Hi folks.
How can I test for normality in a sub-sample inside my main survey sample?
I wrote svy: swilk varoutcome (not even accounting for a sub-sample) and the output was swilk is not supported by svy with vce(linearized).
I can, on the other hand, test for normality in a sub-sample using swilk varoutcome if subgroup == 1 , but not accounting for a survey sample...
How can I do them both? The option now is to test for normality in my sub-sample, not weighting for the complex sample design, but it might be biased, right?!
How can I test for normality in a sub-sample inside my main survey sample?
I wrote svy: swilk varoutcome (not even accounting for a sub-sample) and the output was swilk is not supported by svy with vce(linearized).
I can, on the other hand, test for normality in a sub-sample using swilk varoutcome if subgroup == 1 , but not accounting for a survey sample...
How can I do them both? The option now is to test for normality in my sub-sample, not weighting for the complex sample design, but it might be biased, right?!
Comment