issue with graph drop_all command

issue with graph drop_all command

by Rachel Weiss -
Number of replies: 1

When I add the "graph drop_all" command (without quotations) to my do file, I get this error in my stata output:


graph specification required
r(198);

 

If I don't add this command, the do file runs and generates all the graphs appropriately.

Any thoughts?

Thanks!

In reply to Rachel Weiss

Re: issue with graph drop_all command

by Rucha -

There is a space after drop, like graph drop _all, so that graph and drop both appear in blue.

I had the same issue, but it worked after this fix.

Hope that helps!