get_qc_tbl | R Documentation |
Extracts extended working residuals of prediction and potential outliers.
get_qc_tbl(predx_object)
predx_object |
an object of class |
Calculates working residuals for regression and binary classification predictions. In addition, squared and standardized residuals are returned along with expected normal distribution values for the standardized residuals and the true outcome. Potential outliers are identified by the two-SD criterion.
a data frame with the fitted values, true outcome, residuals and candidate outliers.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.