Skip to contents

Contains samples from a JointModel.

Value

A JointModelSamples object.

Slots

model

(JointModel)
the model that the samples were drawn from.

data

(DataJoint)
the data that the model was fitted on.

results

(cmdstanr::CmdStanMCMC)
the STAN samples.

Examples

if (FALSE) { # \dontrun{
# JointModelSamples objects are returned by sampleStanModel().
fit <- sampleStanModel(JointModel(LongitudinalGSF()), data = joint_data)
} # }