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
asdfasdf …
Save F-stat from first stage to tableHi all, I have to perform some regressions like Code: quietly ivregress 2sls dep (indep=instrument…
Is iweight command suitable for analyses on oversampled populations?Hello, I was hoping you may be able to advise on this I am running analyses on a simple exposure ou…
Country-Specific time trends in a fixed effects modelDear all, I am running a two-way fixed effects regression: Code: xtreg rate fertility unemp yout…
Too many variables in loopHello I am using the loop function for some simple merges of 5 datasets. I did it before and it work…
Subscribe to:
Post Comments (Atom)
0 Response to STATS CANADA: hadamard? brr? what am I doing
Post a Comment