models | R Documentation |
model_archetype(x = unspecified(), ...) ## S3 method for class 'lm' model_archetype( x, name = deparse(substitute(x)), label = list(), role = list(), fmls = summon_formulas(), description = character(), strata_info = stats::formula(), ... ) ## S3 method for class 'glm' model_archetype( x, name = deparse(substitute(x)), label = list(), role = list(), fmls = summon_formulas(), description = character(), strata_info = stats::formula(), ... ) ## S3 method for class 'coxph' model_archetype( x, name = deparse(substitute(x)), label = list(), role = list(), fmls = summon_formulas(), description = character(), strata_info = stats::formula(), ... ) ## S3 method for class 'model_fit' model_archetype( x, name = deparse(substitute(x)), label = list(), role = list(), fmls = summon_formulas(), description = character(), strata_info = stats::formula(), ... ) ## S3 method for class 'list' model_archetype( x, name = deparse1(substitute(x)), label = list(), role = list(), fmls = summon_formulas(), description = character(), strata_info = stats::formula(), ... ) ## Default S3 method: model_archetype(x = unspecified(), ...) mx(x = unspecified(), ...)
strata_info |
User-defined |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.