r_squared {structToolbox} | R Documentation |
R-squared is a metric used to assess the goodness of fit for regression models. It measures how much variance of one variable can be explained by another variable.
r_squared(...)
... |
Additional slots and values passed to |
A r_squared
object.
MET = r_squared()