Description Usage Arguments Value Examples
Calculate the Cook's distance, a summary of subject i' influence on beta estimates overall. Use this function with 'linear_model'.
1 | Cooks(mod)
|
mod |
the fitted linear regression |
a vector of each observation's Cook's distance
1 2 | mod <- linear_model(Depression ~ Fatalism + R_E + Sex, Patients)
Cooks(mod)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.