create: Model Creations

Description Usage Arguments Value Author(s) See Also Examples

View source: R/lineqGPutils.R

Description

Wrapper function for creations of model functions. The function invokes particular methods which depend on the class of the first argument.

Usage

1

Arguments

class

a character string corresponding to the desired class.

...

further arguments passed to or from other methods. (see, e.g., create.lineqGP)

Value

A model object created according to its class.

Author(s)

A. F. Lopez-Lopera.

See Also

augment, predict, simulate

Examples

1
2
3
4
5
## Not run:
model <- list()
model2 <- create(class = "ClassName", model)
model2
## End(Not run)

lineqGPR documentation built on Jan. 11, 2020, 9:23 a.m.