I am trying to run ppml on my model after reading a long exchange in 2014 in which you participated. My model has quadratic terms and interaction effects that appear as
When using ppml I get the error "factor-variable and time-series operators not allowed".
However, these interactions are not factor variables nor time-series operators.
I can of course hardcode the interactions but that disables the use of the margins command afterward which is really what I need.
Is there a way to solve this problem?
Thanks in advance
Simon
Code:
ppml y X x c.x#c.x z c.x#c.z c.x#c.x#c.z
However, these interactions are not factor variables nor time-series operators.
I can of course hardcode the interactions but that disables the use of the margins command afterward which is really what I need.
Is there a way to solve this problem?
Thanks in advance
Simon
Comment