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