Dear All,
I would like to know if I have a dummy variable in my data set which is already have the value of 1 and 0. if i write the command for my regression as below:
Stata will consider the value of my dummyvariable==1 or 0 not.
Or I have to use separate command.
With best regards,
UP
I would like to know if I have a dummy variable in my data set which is already have the value of 1 and 0. if i write the command for my regression as below:
Code:
regress y dummvariable
Or I have to use separate command.
With best regards,
UP

Comment