Learn R Programming

outerbase (version 0.1.0)

gethyp: 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

Run this code
# NOT RUN {
om = new(outermod)
setcovfs(om, c("mat25", "mat25", "mat25"))
hyp = gethyp(om)
print(hyp)
# }

Run the code above in your browser using DataLab