r2describe.RdSummarize Strength of Relationships Using R-Squared From Linear Regression
r2describe(x, nvmax = 10)nothing
Function to use leaps::regsubsets() to briefly describe which variables more strongly predict another variable. Variables are in a numeric matrix and are assumed to be transformed so that relationships are linear (e.g., using redun() or transcan().)
if (FALSE) { # \dontrun{
r <- redun(...)
r2describe(r$scores)
} # }