View source: R/multiSummaryImp.R
multiSummaryImp | R Documentation |
This function creates a summary table for a linear model with imputed data, and outputs it to the viewer in HTML Format to facilitate copying and pasting by default. By default it outputs standardized betas for regression coefficients, and it can accept up to 8 models as arguments, which makes it ideal for displaying models with multiple steps.
multiSummaryImp(..., Stars = F, Output = "markdown")
... |
up to 8 linear models, produced by lm |
Stars |
adds significance stars for the last model, if requested |
Output |
specifies if the function returns a dataframe or a markdown file |
The regression table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.