powered by
setcovfs(om, covnames)
Sets the covariance functions for an outermod class instance. This is first thing one does when creating an outermod instance.
an outermod instance
outermod
a vector of strings of the covariance functions
no value is returned, om is updated
om
# 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