Description Usage Arguments Value Examples
View source: R/f_04_lin_ERR_all.r
function that calls the optimization (mle from stats4 package, so use optim), and return a rERR object with the estimation and summary
1 | f_fit_linERR_all(formula, data, id_name, time_name, lag)
|
formula |
Surv(entry_time,exit_time,outcome)~loglin(loglin_var1,..,loglin_varn)+ |
data |
data set returned from f_to_model_data |
id_name |
name of variable containing the names of subjects |
time_name |
name of the time variable |
lag |
latency period |
rERR object with the estimation
1 | f_fit_linERR_all(formula,data,id_name,time_name,lag)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.