setcovfs | R Documentation |
setcovfs(om, covnames)
Sets the covariance functions for an outermod class instance. This is first thing one does when creating an outermod instance.
om |
an |
covnames |
a vector of strings of the covariance functions |
no value is returned, om
is updated
outermod
om = new(outermod) setcovfs(om, c("mat25", "mat25", "mat25")) setcovfs(om, c("mat25", "mat25pow", "mat25", "mat25ang"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.