Hi I am currently using a logistic regression.
I now want to include an interaction term that includes the amount of partners a firm has, into the model, the variable (num_partners) is discrete and ordered, its values are 0;1;2;3. num_partners is supposed to be my moderator.
I tried to use the following code (which did not provide any results)
or do I need to use another model do fully account for my discrete variable amount of partners?
Thanks
I now want to include an interaction term that includes the amount of partners a firm has, into the model, the variable (num_partners) is discrete and ordered, its values are 0;1;2;3. num_partners is supposed to be my moderator.
I tried to use the following code (which did not provide any results)
Code:
logit customers i.NetZeroPledge##i.num_partners suppliers partners ROA EMPL_ln SlackR_ln firm_age i.Year
or do I need to use another model do fully account for my discrete variable amount of partners?
Thanks

Comment