powered by
Summary function for optdes
# S3 method for optdes summary(object, ...)
An object of class optdes.
optdes
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)
Run the code above in your browser using DataLab