powered by
Summary method for doe function
# S3 method for doe summary(object, eff = TRUE, part = TRUE, full = TRUE, est = TRUE, dec = 3, ...)
Return value from doe
doe
If TRUE print efficiency output
If TRUE print partial factorial
If TRUE print full factorial
If TRUE print number of effects that will be estimable using the partial factorial design
Number of decimals to show
further arguments passed to or from other methods.
See https://radiant-rstats.github.io/docs/design/doe.html for an example in Radiant
doe to calculate results
# NOT RUN { c("price; $10; $13; $16", "food; popcorn; gourmet; no food") %>% doe() %>% summary() # }
Run the code above in your browser using DataLab