Hello,
I am trying to label my legend in a graph and going crazy trying to figure out what to do. After googling for about an hour and typing and retyping I am getting the same error. I am hoping a fresh set of eyes can help me...
All I am trying to do is rename the legend to match my variables (which I feel like it should do automatically). Right now it just says "fitted values" for all three lines.
. twoway (lfit PRICE WINDEX) (lfit PRICE WLINDEX) (lfit PRICE WPINDEX)( legend(lab(1 "WINDEX")(2 "WLINDEX" ) (3"WPINDEX"))))
) required
r(100);
I am trying to label my legend in a graph and going crazy trying to figure out what to do. After googling for about an hour and typing and retyping I am getting the same error. I am hoping a fresh set of eyes can help me...
All I am trying to do is rename the legend to match my variables (which I feel like it should do automatically). Right now it just says "fitted values" for all three lines.
. twoway (lfit PRICE WINDEX) (lfit PRICE WLINDEX) (lfit PRICE WPINDEX)( legend(lab(1 "WINDEX")(2 "WLINDEX" ) (3"WPINDEX"))))
) required
r(100);
Comment