View source: R/r_squared_class.R
r_squared | 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. This object has no output
slots.
A r_squared
object inherits the following struct
classes:
[r_squared]
>> [metric]
>> [struct_class]
M = r_squared()
MET = r_squared()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.