I tried running a regression with an interaction variable, the code is as follows:
reg voteA prtystrA expendA expendB expendA#expendB
And i get the following error message:
expendA: factor variables may not contain noninteger values
How do i circumvent this issue?
reg voteA prtystrA expendA expendB expendA#expendB
And i get the following error message:
expendA: factor variables may not contain noninteger values
How do i circumvent this issue?

Comment