prop_nna {miceafter} | R Documentation |
Calculates the posterior beta components for a single proportion
Description
prop_nna
Calculates the posterior beta components
for a single proportion (assuming noninformative prior).
Usage
prop_nna(x, data)
Arguments
x |
name of variable to calculate proportion. |
data |
An object of class 'mistats' ('Multiply Imputed Statistical Analysis'). |
Value
The posterior beta components.
Author(s)
Martijn Heymans, 2021
References
Raghunathan, T. (2016). Missing Data Analysis in Practice. Boca Raton, FL: Chapman and Hall/CRC. (paragr 4.6.2)
See Also
Examples
imp_dat <- df2milist(lbpmilr, impvar='Impnr')
ra <- with(imp_dat, expr=prop_nna(Radiation))
[Package miceafter version 0.5.0 Index]