gethyp | R Documentation |
hyp = gethyp(om)
Gets the current hyperparameters from an outermod
instance. It
formats them in a way that makes reading in R
easier.
om |
an |
a vector of parameters
outermod
om = new(outermod) setcovfs(om, c("mat25", "mat25", "mat25")) hyp = gethyp(om) print(hyp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.