View source: R/regression_tables.R
regression_tables | R Documentation |
Display all tables relevant for Regression models. You can include up to three models (x, y, and z) for hierarchical regression results.
regression_tables(x, y = NULL, z = NULL, ci = TRUE, se = TRUE, print = 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 |
print |
Create a knitr table for displaying as html table? (default = TRUE) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.