powered by
bayesGAM
summary method for class bayesGAMfit
bayesGAMfit
# S4 method for bayesGAMfit summary(object)
an object of class hmclearn, usually a result of a call to mh or hmc
hmclearn
mh
hmc
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.
# NOT RUN { f <- bayesGAM(weight ~ np(height), data = women, family = gaussian, iter=500, chains = 1) summary(f) # }
Run the code above in your browser using DataLab