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
Testing for the significance of monetary policy announcementsHello, I would like to conduct a similar t-test to the one done in the following paper Ranaldo and …
diff in diff, unbalanced panel data re election yearsHello! I am trying to do a diff in diff with fixed effects on unbalanced panel data. My dependent va…
Fund and time fixed effectsHey I am new to Stata, how can I run a fund and time fixed regression? What would the code look like…
Grouped from ungrouped dataHi all, I have a data set with 2.2m observations (individuals), nested in 28 countries, between 197…
AFD Test with multiple variablesHi, I am having difficulty with ADF test. I know Stata has a command ‘dfuller’, but I want to test t…
Subscribe to:
Post Comments (Atom)
0 Response to STATS CANADA: hadamard? brr? what am I doing
Post a Comment