My original dataset with 48 subjects has a considerable number of missing items. Majority of the data is categorical (dichotomous) and some of it is ranked (ordinal). I performed a multiple imputation using MICE in R. I am interested in running the following tests: Fisher exact test for relationship between two variables, mcnemars test for paired proportions, Wilcoxon signed rank test and the sign test. My problem is that after running these tests I am unable to pool the results from each of the five imputed datasets to come up with a single report-able result. I mean I cannot get a pooled P-value, pooled OR, pooled median. I also cannot get a pooled proportion estimate of any of the dichotomous variables. Corresponding 95% CI for each of the above estimates cannot be computed as well.
Is there a way to combine these results using Rubin's rules in R?