There are plenty of examples of domain analysis for things like frequencies or means, but less for regression. A few questions:
1) Is it necessary to conduct domain analyses for variables that are part of the sample design? For example, say a sample was stratified on gender but not region and want to test mean differences on some variable by gender and region. Could I get away with a domain analysis on gender alone?
2) Most regression examples deal with domain variables that are not covariates. Say I want to run the following model: y=gender+region where gender is part of the sample design and region is not. Which covariates, if any, should be included as domain variables?
3) Let's say I have the following model: y=a+b+c where I'll assume a, b and c are all domain variables. How can I create an appropriate domain analysis? The only clue I could find was here: http://www.mwsug.org/proceedings/2012/SA/MWSUG-2012-SA07.pdf. On p. 14 there is a technique that includes creating a new weight variable. So, I could create a new weight:
wt_new=wt_old*(a+.000000000001)*(b+.000000000001)* (c+.000000000001)
and include on my svyset.
Any thoughts?
1) Is it necessary to conduct domain analyses for variables that are part of the sample design? For example, say a sample was stratified on gender but not region and want to test mean differences on some variable by gender and region. Could I get away with a domain analysis on gender alone?
2) Most regression examples deal with domain variables that are not covariates. Say I want to run the following model: y=gender+region where gender is part of the sample design and region is not. Which covariates, if any, should be included as domain variables?
3) Let's say I have the following model: y=a+b+c where I'll assume a, b and c are all domain variables. How can I create an appropriate domain analysis? The only clue I could find was here: http://www.mwsug.org/proceedings/2012/SA/MWSUG-2012-SA07.pdf. On p. 14 there is a technique that includes creating a new weight variable. So, I could create a new weight:
wt_new=wt_old*(a+.000000000001)*(b+.000000000001)* (c+.000000000001)
and include on my svyset.
Any thoughts?
Comment