output_table {konfound} | R Documentation |
This function takes a model object and the tested variable, tidies the model output using 'broom::tidy', calculates the impact threshold for confounding variables (ITCV) and impact for each covariate,and returns a rounded, tidy table of model outputs.
output_table(model_object, tested_variable)
model_object |
A model object from which to generate the output. |
tested_variable |
The variable being tested in the model. |
A tidy data frame containing model outputs, ITCV, and impacts for covariates.