wrapper function for the C++ function survLm_model
survLm(
e_equ,
data,
weights = rep(1, nrow(data)),
strata = rep(1L, nrow(data)),
clusters = (1L:nrow(data))
)
formula representing the equation to fit
data.frame
formula or vector of sample weights for each observation
formula or vector of strata labels
formula or vector of cluster labels
list containing coefficients, covariance matrix and the residuals