jmfit {frailtyHL} | R Documentation |
Joint Modelling of Longitudinal and Time-to-Event Data
Description
jmfit is used to fit joint modelling of longitudinal and time-to-event data by using h-likelihood. The response of interest would involve repeated measurements over time on the same subject as well as time to an event of interest with or without competing risks.
Usage
jmfit(jm, data, jm2 = NULL, data2 = NULL, Maxiter)
Arguments
jm |
list of |
data |
list of dataframes containing the variables used in the jm. |
jm2 |
list of |
data2 |
dataframes containing the variables used in the jm2. |
Maxiter |
numeric, maximum number of iterations |
[Package frailtyHL version 2.3 Index]