multiSummaryImp: Summarize the output from multiple regression models with...

View source: R/multiSummaryImp.R

multiSummaryImpR Documentation

Summarize the output from multiple regression models with imputed data

Description

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.

Usage

multiSummaryImp(..., Stars = F, Output = "markdown")

Arguments

...

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

Value

The regression table


michaelasher/asherR documentation built on July 5, 2023, 8:55 p.m.