I am working to complete my Masters thesis and I am confused on which sample I should use for different models.
My original dataset, after restricting age to the working population, has 80,000 observations. I plan to estimate two models:
First model investigates wage equations for workers in different locations:
1. reg wage x1 x2 x3 if location=="England" ; obs: 21000
2. reg wage x1 x2 x3 if location=="Wales" ; obs: 18000
3. reg wage x1 x2 x3 if location=="Ireland" ; obs: 22000
Second model investigates wellbeing equations:
1. reg wellbeing x1 x2 x3 x4 x5 x6 if location=="England" ; obs: 7000
2. reg wellbeing x1 x2 x3 x4 x5 x6 if location=="Wales" ; obs: 3000
3. reg wellbeing x1 x2 x3 x4 x5 x6 if location=="Ireland" ; obs: 6000
Since my second model has more control variables, there are less observations.
My question is, when I describe my sample size in the descriptive statistics section, do I describe my sample size as 80,000 observations even though the majority are not used in the regressions? Should I consider dropping some variables with missing values? Thanks in advance.
Related Posts with Sample size for different models
List too long!Hello, I am trying to use the following command: list country year if e(sample) ==1 to see which …
Creating a loop to count interactions (experience)I'm new to stata (15.1), and I am trying to count the number of interactions that firms have between…
Dummy variable for multiple responseHi, I need to clean the variable sp016_* which presents 4 alternatives: "less often", "monthly", "w…
ECM Model interpretationHi Everyone, 1. I am trying to understand the meaning of D1 and LD under the short run output secti…
Adding time Fixed Effects results in the coefficient of the constant becoming insignificantHi all, I've been trying to find an answer to my question by reading the posts on the Forum but I h…
Subscribe to:
Post Comments (Atom)
0 Response to Sample size for different models
Post a Comment