View source: R/regression_rsquared.R
regression_rsquared | R Documentation |
Display a table of R-Squared values. If more than one model is added (x, y, and z), then R-Squared and relevant stats will be displayed.
regression_rsquared(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.