jsdmStanFamily class
jsdmStanFamily.RdThis is the jsdmStanFamily class, which occupies a slot within any jsdmStanFit object.
Elements for jsdmStanFamily objects
familyA length one character vector describing family used to fit object. Options are
"gaussian","poisson","bernoulli","neg_binomial","binomial","zi_poisson","zi_neg_binomial", or"multiple".paramsA character vector that includes all the names of the family-specific parameters.
params_datarespA character vector that includes any named family-specific parameters that are modelled in response to data.
predsA character vector of the measured predictors included if family parameters are modelled in response to data. If family parameters are not modelled in response to data this is left empty.
data_listA list containing the original data used to fit the model (empty when save_data is set to
FALSEor family parameters are not modelled in response to data).