View source: R/helper_output_table.R
output_table | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.