summary.optdes {optedr} | R Documentation |
Summary function for optdes
Description
Summary function for optdes
Usage
## S3 method for class 'optdes'
summary(object, ...)
Arguments
object |
An object of class |
... |
Possible extra arguments for the summary |
Examples
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)
[Package optedr version 2.0.0 Index]