Description Usage Arguments Value Examples
View source: R/problem_samples.R
only supports binary logistic regression at this time. doesn't work when dfbeta(model) is included - recommend still looking at these values outside of this function
1 2 3 4 5 6 7 8 9 | problem_samples.log(
model,
data,
k,
standard = 2,
student = 2,
df_fits = 1,
cooks = 1
)
|
model |
the model to be used |
data |
TRAINING data set |
k |
number of predictors in model |
standard |
cut-off for standardized residuals- samples with values above abs(standard) will be returned |
student |
cut-off for studentized residuals - samples with values above abs(standard) will be returned |
df_fits |
cut-off for DFFITS - samples with values above abs(standard) will be returned |
cooks |
cut-off for cook's distance - samples with values above abs(standard) will be returned |
a data frame
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.