I am struggling with something that, I suspect, is simple
I am using cii to calculate a set of binomial confidence intervals
A: cii prop 6162 23
B: cii prop 100 57
I wish to then use r(mean), r(ub) and r(lb) in subsequent calculations, but the calculations combine post estimation values from both proportions
It is possible to store post estimation values from A, so I can combine them with post estimation values from B in a single calculation? E.g.
disp r(ub)[A]/r(lb)[B], or similar
Thanks!
I am using cii to calculate a set of binomial confidence intervals
A: cii prop 6162 23
B: cii prop 100 57
I wish to then use r(mean), r(ub) and r(lb) in subsequent calculations, but the calculations combine post estimation values from both proportions
It is possible to store post estimation values from A, so I can combine them with post estimation values from B in a single calculation? E.g.
disp r(ub)[A]/r(lb)[B], or similar
Thanks!
Comment