File: brittleness.Rd

package info (click to toggle)
r-cran-vim 6.2.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,556 kB
  • sloc: cpp: 141; sh: 12; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 917 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/VIM-package.R
\docType{data}
\name{brittleness}
\alias{brittleness}
\title{Brittleness index data set}
\format{
A data frame with 23 observations on the following 3 variables.
\describe{
\item{TK104}{Brittleness for batches of raw material in reactor 104}
\item{TK105}{Brittleness for batches of raw material in reactor 105}
\item{TK107}{Brittleness for batches of raw material in reactor 107}
}
}
\source{
\url{https://openmv.net/info/brittleness-index}
}
\description{
A plastic product is produced in three parallel reactors (TK104, TK105, or TK107).
For each row in the dataset, we have the same batch of raw material that was split, and fed to the 3 reactors.
These values are the brittleness index for the product produced in the reactor. A simulated data set.
}
\examples{

data(brittleness)
aggr(brittleness)

}
\keyword{datasets}