I'm using etable to report the results of my logistic regression
I have a dummy variable which I put in the model as "i.dummy_variable"
etable reports it in the table like so:
I want this instead:
How can I achieve it?
I have a dummy variable which I put in the model as "i.dummy_variable"
etable reports it in the table like so:
Code:
Dummy variable 1 15.6****
Code:
Dummy variable 15.6****

Comment