Learn R Programming

outerbase (version 0.1.0)

setcovfs: Set covariance functions

Description

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

outermod

Examples

Run this code
# NOT RUN {
om = new(outermod)
setcovfs(om, c("mat25", "mat25", "mat25"))
setcovfs(om, c("mat25", "mat25pow", "mat25", "mat25ang"))
# }

Run the code above in your browser using DataLab