
Last chance! 50% off unlimited learning
Sale ends in
types
for the factors in an object of class facDesign
."types"(x)
"types"(x) <- value
facDesign
objectsignature(x = "facDesign")
types
for the factors in an object of class facDesign
.
factors
lows
highs
types
http://www.r-qualitytools.org
#NA in response column
fdo = fracDesign(k = 3)
summary(fdo)
types(fdo) = c("numeric","numeric", "factor" )
names(fdo) = c("Time", "Temperature", "Catalyst")
summary(fdo)
Run the code above in your browser using DataLab