Contains samples from a JointModel.
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)
} # }
