calculateResponseResiduals | R Documentation |
Computes the raw response residuals as the difference between the observed and fitted values.
calculateResponseResiduals(y, fitted)
y |
NumericVector of observations. |
fitted |
NumericVector of fitted values. |
NumericVector of response residuals.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.