In my linear regression, I am trying to see if there's an interaction between a categorical variable with more than 2 levels (CatVar) and another independent continuous variable (ConVar) . The problem is that the continuous variable has a quadratic relationship with the dependent variable.
When I check for interaction by
regress Outcome i.CatVar##c.ConVar##c.ConVar
"testparm" reveals that neither quadratic interaction (CatVar#c.ConVar#c.ConVar) or linear interaction term (CatVar#c.ConVar) is significant.
However, when I put the interaction term as i.CatVar##c.ConVar##c.ConVar in the whole regression model together with other variables, "testparm" reveals that only the quadratic interaction term (CatVar#c.ConVar#c.ConVar) is significant, while the linear interaction term (CatVar#c.ConVar) is non-signficant.
How can I interpret this? Is there an interaction effect at all? Or do I conclude that there is no interaction?
Related Posts with How to interpret quadratic interaction in linear regression?
What are the stata commands for Poisson pseudo-maximum likelihood (PPML) in gravity model?Hey, I am estimating the gravity model to obtain residuals at the sectoral level. My goal is to calc…
Calculating the sample size needed for population proportion estimationDear users, I am new to Stata, and my question is: what is the correct procedure for calculating the…
"Random Effect model and FGLS" "Fixed effect model and FGLS"Hi Experts Hope you are doing well! Details of my dataset: Unbalanced Panel Dataset Data were tak…
a variable that indicates whether it is the first week of the month, second week, etc...Dear all, I have a date variable in my dataset in the following format: 27feb2015 20feb2015 13feb2…
Merge multiple csv filesDear all, I have a set of csv files named firm1, firm2, ..., firmn. Each file contains a specific d…
Subscribe to:
Post Comments (Atom)
0 Response to How to interpret quadratic interaction in linear regression?
Post a Comment