I am trying to create a foresplot after running my logistic command. I am using the command below but I get the error "option eform not allowed". I need assistance with finding out what the problem is.
ipdover, over(rating) or forestplot(favours("Favors low" # "Favors high") fp(0.5)): logistic low i.var5
---------------------- copy starting from the next line -----------------------
------------------ copy up to and including the previous line ------------------
ipdover, over(rating) or forestplot(favours("Favors low" # "Favors high") fp(0.5)): logistic low i.var5
---------------------- copy starting from the next line -----------------------
Code:
* Example generated by -dataex-. For more info, type help dataex clear input int record_id byte rating float(low var5) 4 1 0 1 5 2 0 4 11 1 0 3 12 2 0 8 13 1 0 5 18 1 0 2 19 2 0 1 20 1 0 3 21 1 0 6 30 2 0 2 31 1 1 2 32 1 0 2 33 2 0 5 34 1 0 7 35 1 0 4 36 1 0 . 49 1 1 3 58 1 0 2 59 1 0 1 end