regression_rsquared.Rd
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 |
Create a knitr table for displaying as html table? (default = TRUE) |