powered by
bayesGAM
Prints a list of priors for \(\beta\), \(\lambda\), \(\epsilon\), and \(a\), where applicable.
showPrior(object, ...)# S4 method for bayesGAMfit showPrior(object, params = "all")
# S4 method for bayesGAMfit showPrior(object, params = "all")
Object of type bayesGAMfit generated from bayesGAM
bayesGAMfit
Additional arguments for showPrior
showPrior
character vector of the names of parameters to return
\(\beta\) beta
\(\epsilon\) eps
\(\lambda\) lambda
\(a] a\)
none
# NOT RUN { require(stats); require(graphics) f <- bayesGAM(weight ~ np(height), data = women, family = gaussian, iter = 500, chains = 1) showPrior(f) # }
Run the code above in your browser using DataLab