Computes residuals from the VO2 kinetics model.
get_residuals(.model)
a tibble containing the data passed to augment, and additional columns:
The predicted response for that observation.
The residual for a particular point.
Standardized residuals.
The sqrt of absolute value of standardized residuals.
The lag of the .resid
column for plotting auto-correlation.
A model of class nls
.