Summarizing Model Fits from bayesGAM
bayesGAM
summary method for class bayesGAMfit
## S4 method for signature 'bayesGAMfit' summary(object)
object
: an object of class hmclearn
, usually a result of a call to mh
or hmc
Returns a matrix with posterior quantiles and the posterior scale reduction factor statistic for each parameter.
f <- bayesGAM(weight ~ np(height), data = women, family = gaussian, iter=500, chains = 1) summary(f)
Stan Development Team (2020). RStan: the R interface to Stan. R package version 2.21.1.
Useful links