Displaying 2 results from an estimated 2 matches for "wage2".
Did you mean:
page2
2024 Jan 28
1
2SLS with Fixed Effects and Control Variables
...t 'WageInequality' not found."
Can you please help?
Model: numeric(WageInequality) = numeric(EffectiveMinimum) +
numeric(EffectiveMinimum2)
(whereas EffectiveMinimum2 is the quadratic form of EffectiveMinimum)
Instruments: numeric(`Log Real Minimum Wage`) + numeric(`Log Real Minimum
Wage2`) + numeric(IVinteration)
(whereas Real Minimum Wage2 is the quadratic form of Real Minimum Wage)
Time and Region Fixed Effects: factor(Region) + numeric(Year) + Region:Year
(whereas Region:Year is and interaction term of Region and Year)
Control Variables: factor(Region), numeric(`Woman Percenta...
2024 Jan 28
0
2SLS with Fixed Effects and Control Variables
...nd."?
> Can you please help?
> Model: numeric(WageInequality) = numeric(EffectiveMinimum) +
> numeric(EffectiveMinimum2)
> (whereas EffectiveMinimum2 is the quadratic form of EffectiveMinimum)
>
> Instruments: numeric(`Log Real Minimum Wage`) + numeric(`Log Real Minimum
> Wage2`) + numeric(IVinteration)
> (whereas Real Minimum Wage2 is the quadratic form of Real Minimum Wage)
>
> Time and Region Fixed Effects: factor(Region) + numeric(Year) + Region:Year
> (whereas Region:Year is and interaction term of Region and Year)
>
> Control Variables: factor(Re...