Re: logistic and multilevel model in Malaria [message #12906 is a reply to message #12790] |
Fri, 04 August 2017 13:36 |
ctaylor
Messages: 1 Registered: June 2016
|
Member |
|
|
Hi Fiston,
I reviewed your code. Since you are survey setting (using svyset) the data you can't not also include iweight. This video will overview the difference between svy set and iweight
https://www.youtube.com/watch?v=YpXPWMUsb94
This is what you have:
svy: tab v013 sptwoanc , row obs count cellwidth(12) format(%12.2g) if agemonth < 24 [iweight= weight]
Try running it without iweight:
svy: tab v013 sptwoanc , row obs count cellwidth(12) format(%12.2g) if agemonth < 24
Thanks
Cameron
|
|
|