Description Usage Arguments Value Examples
This function is used to calculate the standardized difference in fits. Please use it with function 'linear_model'.
1 | dffit(mod)
|
mod |
the fitted linear regression |
a vector of DFFIT_i for each observation.
1 2 | mod <- linear_model(Depression ~ Fatalism + R_E + Sex, Patients)
dffit(mod)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.