I am using the National Longitudinal Survey of Children and Youth (NLSCY) Cycle 1 from Statistics Canada. I am trying to tabulate how many low-income children attended daycare, so that I can later assess school-readiness. Of course, I need to weight these tabulations, and from what I have seen I need to use pweights (although I am thinking that fweights may be appropriate too?).
The NLSCY microdata guide says that the weighted variable to use is "AWTCW01" or 'Child Weight" (link to their microdata guide: https://www23.statcan.gc.ca/imdb/p2S...Survey&Id=3513 at bottom).
I set up svy using the Statistics Canada guidelines (apparently) (using BRR). (see their powerpoint: https://www.stata.com/meeting/canada09/ca09_keown.pptx).
The code I seem to need to use is: svyset _n [pweight=AWTCW01], vce(brr) singleunit(missing)
Then I svy:tab ACRCQ1G.
Error appears: option hadamard() required when brrweights are not svyset
Does anybody who has worked with Statistics Canada surveys before, or know ANYTHING about what I need to do please help me out?
Thank you so much
Related Posts with STATS CANADA: hadamard? brr? what am I doing
Running regressions without normally distributed residualsHi, I have a question about a regression that I am running for my Bachelor thesis. I do not have no…
Robust or Clustered Standard ErrorsDear all, I am currently examining the impact of annual average sunset time on sleep duration of ch…
Need help with combining plots and figuresI need help with the following issues: 1. Combining Plots I have the following syntax for my plots:…
How to change a trinary variable into a binary with label in 1 lineHello. I have to recode a trinary variable "a6a" : 1=small, 2=medium, 3=large. Into a binary variab…
How to display the mean on a graph pieHello. Is there a way to display the mean when I create a graph pie ? My current code is Code: g…
Subscribe to:
Post Comments (Atom)
0 Response to STATS CANADA: hadamard? brr? what am I doing
Post a Comment