| tl_influence_measures | R Documentation |
Calculate influence measures for a linear model
tl_influence_measures(
model,
threshold_cook = NULL,
threshold_leverage = NULL,
threshold_dffits = NULL
)
model |
A tidylearn model object |
threshold_cook |
Cook's distance threshold (default: 4/n) |
threshold_leverage |
Leverage threshold (default: 2*(p+1)/n) |
threshold_dffits |
DFFITS threshold (default: 2*sqrt((p+1)/n)) |
A data frame with influence measures
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.