mlmfit {frailtyHL} | R Documentation |
Accelerated Failure Time (AFT) Models with Random Effects
Description
mlmfit is used to fit linear mixed models with censoring by using h-likelihood.
Usage
mlmfit(jm1, data, weights, subset, na.action, Maxiter = 200)
Arguments
jm1 |
This option requires |
data |
dataframe containing the variables used in the jm1 |
weights |
Vector of case weights. |
subset |
Expression indicating which subset of the rows of data should be used in the fit. All observations are included by default. |
na.action |
A missing-data filter function. |
Maxiter |
numeric, maximum number of iterations |
[Package frailtyHL version 2.3 Index]