Display the priors used in bayesGAM
bayesGAM
Prints a list of priors for , , , and , where applicable.
showPrior(object, ...) ## S4 method for signature 'bayesGAMfit' showPrior(object, params = "all")
object
: Object of type bayesGAMfit
generated from bayesGAM
...
: Additional arguments for showPrior
params
: character vector of the names of parameters to return
none
require(stats); require(graphics) f <- bayesGAM(weight ~ np(height), data = women, family = gaussian, iter = 500, chains = 1) showPrior(f)
Useful links