powered by
Print function for optdes
# S3 method for optdes print(x, ...)
An object of class optdes.
optdes
Possible extra arguments for printing dataframes
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)
Run the code above in your browser using DataLab