Description Usage Arguments Value Author(s) Examples
Computes Cohen's d effect size indicating whether missingness on a variable is related to other variables (covariates).
1 | mi_dstat(dat)
|
dat |
Data frame |
A matrix. Missingness indicators refer to rows and covariates to columns.
Alexander Robitzsch
1 2 3 4 5 6 7 8 9 10 | #############################################################################
# EXAMPLE 1: d effect size for missingness indicators data.ma01
#############################################################################
data(data.ma01)
dat <- data.ma01
# compute d effect sizes
md <- miceadds::mi_dstat(dat)
round( md , 3 )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.