regression_coeff: Regression Coefficients

View source: R/regression_coeff.R

regression_coeffR Documentation

Regression Coefficients

Description

Displays a table for regression coefficients. Multiple models can be added (x, y, and z).

Usage

regression_coeff(x, y = NULL, z = NULL, ci = TRUE, se = TRUE)

Arguments

x

a model object

y

a model object

z

a model object

ci

display unstandardized confidence intervals? default = TRUE

se

display standard errors? default = TRUE


dr-JT/regressionoutput documentation built on May 21, 2022, 4:43 a.m.