Description Usage Arguments Value
Returns accuracy of predictions, a chi-square test of model vs. null model, sensitivity, specificity, and
1 | preds_m(model, imp, plevel = 0.5)
|
model |
a logistic regression model performed using either 'glm.mids()' or 'with()', from package 'mice' |
imp |
the object to which your imputed data sets are assigned (i.e., the object that took the output of the mice() function) |
plevel |
the level at which you would like to classify cases vs. non-cases (default is p=0.5) |
accuracy of predictions, chi-square test of model vs. null, sensitivity, specificity,
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.