| bayesGAMfit-class {bayesGAM} | R Documentation |
Contains results from rstan as well as the design matrices and other data for the model.
Description
Returns object generated from model fit by bayesGAM
Usage
## S4 method for signature 'bayesGAMfit'
show(object)
Arguments
object |
Object of type |
Slots
resultsObject of type
stanfitreturned from callingrstan::samplingmodelObject of custom type
glmModelwith the data and input parameters passed torstanoffsetOptionally numeric offset for the generalized additive model
spcontrolList of control parameters for
bayesGAMfitmcmcresMatrix of MCMC results for all chains, if plot data is stored
pdataDataframe for default plot method, if plot data is stored.
[Package bayesGAM version 0.0.2 Index]