View source: R/r_squared_using_mae.R
r_squared_using_mae | R Documentation |
R squared calculated using mean absolute error (MAE) rather than likelihood function
r_squared_using_mae(obj, data, target = "Goals")
obj |
glm object |
data |
optional, data to evaluate r squared on (default is training data taken from the glm object) |
target |
character string specifying the target/response variable |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.