powered by
hyp = gethyp(om)
Gets the current hyperparameters from an outermod instance. It formats them in a way that makes reading in R easier.
outermod
R
an outermod instance
a vector of parameters
# 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