Contains results from rstan
as well as the design matrices and other data for the model.
rstan
as well as the design matrices and other data for the model.Returns object generated from model fit by bayesGAM
class
## S4 method for signature 'bayesGAMfit' show(object)
object
: Object of type bayesGAMfit
which stores the results from rstan
, design matrices, and other data for the model.results
: Object of type stanfit
returned from calling rstan::sampling
model
: Object of custom type glmModel
with the data and input parameters passed to rstan
offset
: Optionally numeric offset for the generalized additive modelspcontrol
: List of control parameters for bayesGAMfit
mcmcres
: Matrix of MCMC results for all chains, if plot data is storedpdata
: Dataframe for default plot method, if plot data is stored.Useful links