iterativeModel {midasHLA} | R Documentation |
Information about variable statistic from each model is extracted using
tidy
function.
iterativeModel(object, placeholder, variables, exponentiate = FALSE)
object |
An existing fit from a model function such as lm, glm and many others. |
placeholder |
String specifying term to substitute with value from
|
variables |
Character vector specifying variables to use in association tests. |
exponentiate |
Logical flag indicating whether or not to exponentiate
the coefficient estimates. Internally this is passed to
|
Tibble containing per variable summarised model statistics. The exact
output format is model dependent and controlled by model's dedicated
tidy
function.