Pool analysis results obtained from the imputed datasets
Arguments
- results
an analysis object created by analyse().
- conf.level
confidence level of the returned confidence interval. Must be a single number between 0 and 1. Default is 0.95.
- alternative
a character string specifying the alternative hypothesis, must be one of
"two.sided"(default),"greater"or"less".- type
a character string of either
"percentile"(default) or"normal". Determines what method should be used to calculate the bootstrap confidence intervals. See details. Only used ifmethod_condmean(type = "bootstrap")was specified in the original call to draws().
