Description Usage Arguments Value Examples
View source: R/assumption_checking.R
For each predictor variable, plots the DFBETAS against observation number.
1 | jcreg_dfbetas(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 gridExtra object with class "gtable", "gTree", "grob", and "gDesc".
1 | jcreg_dfbetas(lm(brozek ~ ., data = bodyfat), nLabels = 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.