Pseudo R-Squared regarding Gamma deviance
Wrapper to r_squared
with deviance_function = deviance_gamma
.
r_squared_gamma(actual, predicted, w = NULL, ...)
actual |
Observed values. |
predicted |
Predicted values. |
w |
Optional case weights. |
... |
Further arguments passed to |
A numeric vector of length one.
r_squared(1:10, c(1:9, 12), w = 1:10, deviance_function = deviance_gamma) r_squared_gamma(1:10, c(1:9, 12), w = 1:10)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.