showPrior | R Documentation |
bayesGAM
Prints a list of priors for β, λ, ε, and a, where applicable.
showPrior(object, ...) ## S4 method for signature 'bayesGAMfit' showPrior(object, params = "all")
object |
Object of type |
... |
Additional arguments for |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.