dffits_stats | R Documentation |
dffits_stats
returns the ordered DFFITS values
(decreasing in magnitude) of model
to identify the
observations with the highest DFFITS values.
dffits_stats(model, n = 6L)
model |
A fitted model object from the
|
n |
an integer vector of length up to |
A vector of statistics
dffits
lmod <- lm(price ~ sqft_living, data = home_sales)
dffits_stats(lmod, n = 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.