gethyp: Get the hyperparameters

gethypR Documentation

Get the hyperparameters

Description

hyp = gethyp(om)

Gets the current hyperparameters from an outermod instance. It formats them in a way that makes reading in R easier.

Arguments

om

an outermod instance

Value

a vector of parameters

See Also

outermod

Examples

om = new(outermod)
setcovfs(om, c("mat25", "mat25", "mat25"))
hyp = gethyp(om)
print(hyp)

outerbase documentation built on June 9, 2022, 5:08 p.m.