IQSS / Amelia

Amelia: A Package for Missing Data
http://gking.harvard.edu/amelia
61 stars 17 forks source link

mi.combine() reversed confidence interval bounds #41

Open lukastrlekar opened 1 year ago

lukastrlekar commented 1 year ago

When function mi.combine() outputs confidence intervals, lower and upper bounds are reversed, i.e., lower bound (conf.low) is higher than upper bound (conf.high).

Setting lower.tail=TRUE when calculating critical value should fix this issue, as currently is negative value.