I am looking for a steer on how to save the data from funnelcompar to a specific directory.
When this code is executed
I get the response
If I encode:
the graph data saves to folders that I am not working on (but have used in the past).
Is there some specification to use the in the - saving - option that will give me what I want?
(Mac OSX El Capitan, Stata MP 14.1)
Regards,
MM
When this code is executed
Code:
funnelcompar smr exp_total center, poisson smr display saving("/Users/markmarshall/Dropbox/SMR/for_funnel_SMR01.dta") legendcontour
HTML Code:
file /var/folders/3y/lxkhwhhn4pl5zv3rjdmj09y00000gn/T//S_61534.000001 saved invalid '.dta' r(198);
Code:
funnelcompar smr exp_total center, poisson smr display saving(for_funnel) legendcontour
Is there some specification to use the in the - saving - option that will give me what I want?
(Mac OSX El Capitan, Stata MP 14.1)
Regards,
MM