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)

Arguments

x

a model object

y

a model object

z

a model object

print

Create a knitr table for displaying as html table? (default = TRUE)