summary.doe {radiant.design} | R Documentation |
Summary method for doe function
Description
Summary method for doe function
Usage
## S3 method for class 'doe'
summary(object, eff = TRUE, part = TRUE, full = TRUE, est = TRUE, dec = 3, ...)
Arguments
object |
Return value from |
eff |
If TRUE print efficiency output |
part |
If TRUE print partial factorial |
full |
If TRUE print full factorial |
est |
If TRUE print number of effects that will be estimable using the partial factorial design |
dec |
Number of decimals to show |
... |
further arguments passed to or from other methods. |
Details
See https://radiant-rstats.github.io/docs/design/doe.html for an example in Radiant
See Also
doe
to calculate results
Examples
c("price; $10; $13; $16", "food; popcorn; gourmet; no food") %>%
doe() %>%
summary()
[Package radiant.design version 1.6.6 Index]