summary | R Documentation |
bayesGAM
summary method for class bayesGAMfit
## S4 method for signature 'bayesGAMfit' summary(object)
object |
an object of class |
Returns a matrix with posterior quantiles and the posterior scale reduction factor statistic for each parameter.
Stan Development Team (2020). RStan: the R interface to Stan. R package version 2.21.1.
f <- bayesGAM(weight ~ np(height), data = women, family = gaussian, iter=500, chains = 1) summary(f)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.