tried to reproduce the syntax for the dichotomous test on pg 207 where I generated 2 dichotomous variables, one the gold standard and the other the test.
used the command syntax:
bysort var1: ci var2, binomial
and getting an error indicating that I need to specify one of the means, proportions or variance following the ci command
but the example in the book did not indicate this?
any ideas why this isn't working?