Description Usage Arguments Value Examples
View source: R/assumption_checking.R
Plots the absolute value of cook's distance against observation number.
1 | jcreg_cooksd(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_cooksd(lm(brozek ~ ., data = bodyfat))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.