jmfit: Joint Modelling of Longitudinal and Time-to-Event Data

Description Usage Arguments

View source: R/jmfit.R

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

1
jmfit(jm, data, jm2 = NULL, data2 = NULL, Maxiter)

Arguments

jm

list of jointmodeling objects which specify the first reponses of interest.

data

list of dataframes containing the variables used in the jm.

jm2

list of jointmodeling object which specifies the second reponses.

data2

dataframes containing the variables used in the jm2.

Maxiter

numeric, maximum number of iterations


frailtyHL documentation built on Dec. 1, 2019, 1:25 a.m.