Dear all,
I have two categorical variables that are socialclass (1=low, 2=middle, 3=high) and jobtype (1=manufacturing, 2=services, 3=construction, 4=other). I am running a logit regression and want to interact them with the level of unemployment in the region. Normally I would just do:
gen unemploymentsocialclass=socialclass*unemployment
gen unemploymentjobtype=jobtype*unemployment
However, I think that for jobtype the interpretation would not make sense as an increase in jobtype is not really meaningful given the variable options. In this case, should I create 4 new independent binary variables for each of the options of jobtype and then interact those with unemployment?
Thank you very much!
Joan
Related Posts with Interacting Categorical Variable
IRR comparisonHello, I ran nbreg for the same outcome variable with two different primary independent variables a…
Look-up TablesHi, While I have used Stata for simple analysis for a while, I am starting to need to do more compl…
Is it possible to produce tables with rounded numbers in the Results window?I would like for numbers displayed in Stata's Results window to be rounded. To use an example, I'm e…
Threshold regression in time serie, not panel dataHi all, I wonder if its possible make a threshold regression in time serie data, not panel data wit…
Problem with 95% Conf. intervalHi All, I am trying to calculate the proportion of two specific variables and compare the differenc…
Subscribe to:
Post Comments (Atom)
0 Response to Interacting Categorical Variable
Post a Comment