powered by
Calculates the accumulated distribution of residuals at each residual point.
presiduals(fitted_values, resids)
Vector of fitted values.
Residuals vector of each fitted value.
Vector of size length(resids).
# NOT RUN { y_hat <- c(4, 8, 7) resids <- c(1, 5, 3) presiduals(y_hat, resids) # }
Run the code above in your browser using DataLab