powered by
pool_propdiff_wald Calculates the pooled difference between proportions and standard error according to Wald across multiply imputed datasets.
pool_propdiff_wald
pool_propdiff_wald(object, conf.level = 0.95, dfcom = NULL)
The proportion, the Confidence intervals, the standard error and statistic.
An object of class 'mistats' ('Multiply Imputed Statistical Analysis').
Confidence level of the confidence intervals.
Complete data degrees of freedom. Default number is taken from function propdiff_wald
propdiff_wald
Martijn Heymans, 2021
with.milist, propdiff_wald
with.milist
imp_dat <- df2milist(lbpmilr, impvar="Impnr") ra <- with(imp_dat, expr=propdiff_wald(Chronic ~ Gender)) res <- pool_propdiff_wald(ra) res
Run the code above in your browser using DataLab