powered by
plot the partial log likelihood function in the case of one dimension in the linear part
f_plot_linERR(object, formula, data, rsets, n_lin_vars, n_loglin_vars, id_name, time_name)
An rERR class object
Surv(entry_time,exit_time,outcome)~loglin(loglin_var1,..,loglin_varn)+ lin(lin_var1,..,lin_varm)+strata(strat_var1,...strat_varp)
data set returned from f_to_model_data
list of risksets, output of f_risksets
number of linear variables (attribute of the to_model_data)
number of loglinear varaibles (attribute of the to_model_data)
name of variable containing the names of subjects
name of the time variable
rERR object with the estimation
# NOT RUN { f_fit_linERR(formula,data,rsets,n_lin_vars,n_loglin_vars,id_name,time_name) # }
Run the code above in your browser using DataLab