calculateModifiedDevianceResiduals | R Documentation |
Adjusts deviance residuals to have a distribution closer to N(0,1) by standardizing them.
calculateModifiedDevianceResiduals(y, fitted, params, family = "gkw")
y |
NumericVector of observations. |
fitted |
NumericVector of fitted values (means). |
params |
NumericMatrix with parameters (columns: alpha, beta, gamma, delta, lambda). |
family |
String specifying the distribution family (default: "gkw"). |
NumericVector of modified deviance residuals.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.