get_residuals {whippr} | R Documentation |
Get residuals
Description
Computes residuals from the VO2 kinetics model.
Usage
get_residuals(.model)
Arguments
.model |
A model of class |
Value
a tibble containing the data passed to augment, and additional columns:
.fitted |
The predicted response for that observation. |
.resid |
The residual for a particular point. |
standardized_residuals |
Standardized residuals. |
sqrt_abs_standardized_residuals |
The sqrt of absolute value of standardized residuals. |
lag_residuals |
The lag of the |
[Package whippr version 0.1.3 Index]