Dear Stata List members,
I am trying to run a respondent driven analysis (RDS) in STATA. I use the user written program by Matthias Schonlau but am experiencing problems - it does not run unless I reduce my dataset. Instead, it freezes after "Number of categories of (gender): X Number of seeds= X".
My dataset includes 3,575 observations and respondents can recruit as many new respondents as they are able to - in this case up to 156. I am wondering if it is the number of recruitments/coupons (ncoupon=156) that is causing the problem. However, I was able to run the analysis in R without complaints about the number of referrals (unfortunately, I have to run it in both STATA and R).
Has anyone experienced similar challenges or has any idea to how I may solve this?
Thank you in advance for sharing your experiences and thoughts on the issue.
Sincerely,
Thea
The code I use is:
rds_network gender, id(mobile) coupon(number) degree(networksize) ncoupon(156)
I am trying to run a respondent driven analysis (RDS) in STATA. I use the user written program by Matthias Schonlau but am experiencing problems - it does not run unless I reduce my dataset. Instead, it freezes after "Number of categories of (gender): X Number of seeds= X".
My dataset includes 3,575 observations and respondents can recruit as many new respondents as they are able to - in this case up to 156. I am wondering if it is the number of recruitments/coupons (ncoupon=156) that is causing the problem. However, I was able to run the analysis in R without complaints about the number of referrals (unfortunately, I have to run it in both STATA and R).
Has anyone experienced similar challenges or has any idea to how I may solve this?
Thank you in advance for sharing your experiences and thoughts on the issue.
Sincerely,
Thea
The code I use is:
rds_network gender, id(mobile) coupon(number) degree(networksize) ncoupon(156)
Comment