Hi world!
Can anyone advice me on a model to compare proportions between groups?
I've been doing some analyses in STATA to compare the number of diagnostic tests ordered by doctors from 2 groups (attended education and didn't attend education). Every record in my dataset is a doctor in one quarter-vear period (ie one doctor will have multiple observations), and contains a variable with the number of tests ordered and the number of tests that were reactive (positive). I compared the number of tests between groups using a Poisson model as I'm working with count data. I've also compared the number of positive tests this way, but it would be more informative to compare proportions positive.
I therefore created a variable that shows the proportions positive (#pos/#ordered). However, I'm unsure which model to use here. I think that a poisson model or a binomial model are inappropriate. However, it's also not quite a Gaussian model as most test outcomes were negative (ie proportion positive is often zero).
Thanks in advance!
Can anyone advice me on a model to compare proportions between groups?
I've been doing some analyses in STATA to compare the number of diagnostic tests ordered by doctors from 2 groups (attended education and didn't attend education). Every record in my dataset is a doctor in one quarter-vear period (ie one doctor will have multiple observations), and contains a variable with the number of tests ordered and the number of tests that were reactive (positive). I compared the number of tests between groups using a Poisson model as I'm working with count data. I've also compared the number of positive tests this way, but it would be more informative to compare proportions positive.
I therefore created a variable that shows the proportions positive (#pos/#ordered). However, I'm unsure which model to use here. I think that a poisson model or a binomial model are inappropriate. However, it's also not quite a Gaussian model as most test outcomes were negative (ie proportion positive is often zero).
Thanks in advance!

Comment