setknot | R Documentation |
setknot(om, knotslist)
Sets the knot points of om
to knotslist
to estimate the
eigenfunctions and eigenvalues. It will naturally check if the knot points
have the same dimension as the covariance functions. It will also check if
the knot points are within reasonable bounds for the covariance functions.
om |
an |
knotslist |
a list of one dimensional vectors |
no value is returned, om
is updated
outermod
, setcovfs
om = new(outermod) setcovfs(om, c("mat25", "mat25", "mat25")) knotslist = list(seq(0,1,by=0.01),seq(0,1,by=0.01),seq(0,1,by=0.01)) setknot(om, knotslist)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.