Description Usage Arguments Value Examples
View source: R/residuals_statistics.R
Calculates the accumulated distribution of residuals at each residual point.
1  | presiduals(fitted_values, resids)
 | 
fitted_values | 
 Vector of fitted values.  | 
resids | 
 Residuals vector of each fitted value.  | 
Vector of size length(resids).
1 2 3  | y_hat <- c(4, 8, 7)
resids <- c(1, 5, 3)
presiduals(y_hat, resids)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.