View source: R/regression_modelsig.R
regression_modelsig | R Documentation |
Displays a table for the fit of regression models. Multiple models can be added (x, y, and z).
regression_modelsig(x, y = NULL, z = NULL, print = TRUE)
x |
a model object |
y |
a model object |
z |
a model object |
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.