View source: R/regression_coeff.R
regression_coeff | R Documentation |
Displays a table for regression coefficients. Multiple models can be added (x, y, and z).
regression_coeff(x, y = NULL, z = NULL, ci = TRUE, se = TRUE)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.