JMfits: Study specific joint model fits using the JM package

Description Usage Format Details See Also

Description

A dataset containing a list of the model fits for joint models fitted to the data for each study in the simdat2 dataset using the JM package. Further details of model fits supplied below.

Usage

1

Format

A list of 3 jointModel objects, the result of fitting a joint model using the JM package to the data for the first three studies in the simdat2 dataset in turn.

Details

These are the results of fitting a joint model using the JM package separately to the data the first three studies present in the simdat2 dataset. This data has three levels, namely the longitudinal measurements at level 1, nested within individuals (level 2) who are themselves nested within studies (level 3). The joint models fitted to each study's data had the same format. The longitudinal sub-model contained a fixed intercept, time and treatment assignment term, and random intercept and slope. The survival sub-model contained a fixed treatment assignment term. A current value association structure was used to link the sub-models. More formally, the longitudinal sub-model had the following format:

Y_{kij} = β_{10} + β_{11}time + β_{12}treat + b^{(2)}_{0ki} + b^{(2)}_{1ki}time + ε_{kij}

Where Y represents the continuous longitudinal outcome, fixed effect coefficients are represented by β, random effects coefficients by b and the measurement error by ε. For the random effects the superscript of 2 indicates that these are individual level, or level 2 random effects. This means they take can take a unique value for each individual in the dataset. The longitudinal time variable is represented by time, and the treatment assignment variable (a binary factor) is represented by treat.

The survival sub-model had format:

λ_{ki}(t) = λ_{0}(t)exp(β_{21}treat + α(β_{10} + β_{11}time + β_{12}treat + b^{(2)}_{0ki} + b^{(2)}_{1ki}time))

In the above equation, λ_{ki}(t) represents the survival time of the individual i in study k, and λ_{0}(t) represents the baseline hazard, which was modelled using splines. The fixed effect coefficient is represented by β_{21}. The association parameter quantifying the link between the sub-models is represented by α. Again treat represents the binary factor treatment assignment variable, and b^{(2)}_{0ki} and b^{(2)}_{1ki} are the zero mean random effects from the longitudinal sub-model.

We differentiate between the fixed effect coefficients in the longitudinal and the survival sub-models by varying the first number present in the subscript of the fixed effect, which takes a 1 for coefficients from the longitudinal sub-model and a 2 for coefficients from the survival sub-model.

These fits have been provided in this package for use with the package vignette, see the vignette for more information.

See Also

jointModel, jointModelObject


mesudell/joineRmeta documentation built on Jan. 24, 2020, 6:06 p.m.