Calculate influence measures for a linear model
tl_influence_measures(
model,
threshold_cook = NULL,
threshold_leverage = NULL,
threshold_dffits = NULL
)A data frame with influence measures
A tidylearn model object
Cook's distance threshold (default: 4/n)
Leverage threshold (default: 2*(p+1)/n)
DFFITS threshold (default: 2*sqrt((p+1)/n))