powered by
Wrapper function for creations of model functions. The function invokes particular methods which depend on the class of the first argument.
class
create(class, ...)
a character string corresponding to the desired class.
further arguments passed to or from other methods. (see, e.g., create.lineqGP)
create.lineqGP
A model object created according to its class.
augment, predict, simulate
augment
predict
simulate
# NOT RUN { ## Not run: model <- list() model2 <- create(class = "ClassName", model) model2 ## End(Not run) # }
Run the code above in your browser using DataLab