summary.optdes | R Documentation |
Summary function for optdes
## S3 method for class 'optdes'
summary(object, ...)
object |
An object of class |
... |
Possible extra arguments for the summary |
rri <- opt_des(Criterion = "I-Optimality", model = y ~ a * exp(-b / x),
parameters = c("a", "b"), par_values = c(1, 1500), design_space = c(212, 422),
reg_int = c(380, 422))
summary(rri)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.