Description Usage Arguments Value Examples
View source: R/assumption_checking.R
Plots the DFFITS against observation number.
1 | jcreg_dffits(model, nLabels = 3)
|
model |
A linear regression model of class |
nLabels |
The number of potential influential points to label. Defaults to 3. A value of 0 means do not label potential influential points. There is currently a bug where it always labels at least one point. |
Returns a ggplot object.
1 | jcreg_dffits(lm(brozek ~ ., data = bodyfat), nLabels = 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.