Skip to contents

setcovfs(om, covnames)

Sets the covariance functions for an outermod class instance. This is first thing one does when creating an outermod instance.

Arguments

om

an outermod instance

covnames

a vector of strings of the covariance functions

Value

no value is returned, om is updated

See also

Examples

om = new(outermod)
setcovfs(om, c("mat25", "mat25", "mat25"))
setcovfs(om, c("mat25", "mat25pow", "mat25", "mat25ang"))