Learn R Programming

optedr (version 2.2.0)

print.optdes: Print function for optdes

Description

Print function for optdes

Usage

# S3 method for optdes
print(x, ...)

Arguments

x

An object of class optdes.

...

Possible extra arguments for printing dataframes

Examples

Run this code
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