formula2Surv {EstimationTools} | R Documentation |
Internal functions for formula and data handle
Description
Utility functions useful for passing data from functions inside others.
Usage
formula2Surv(model_frame)
fo_and_data(y, fo, model_frame, data, fo2Surv = TRUE)
extract_fun_args(fun, exclude, ...)
saturated_maxlogL(object, silent = TRUE)
null_maxlogL(object, silent = TRUE)
Arguments
model_frame |
a model frame build internally in some functions on EstimationTools package |
Author(s)
Jaime Mosquera GutiƩrrez, jmosquerag@unal.edu.co
[Package EstimationTools version 4.0.0 Index]