Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • test

    I am looking for a steer on how to save the data from funnelcompar to a specific directory.

    When this code is executed

    Code:
    funnelcompar smr exp_total center, poisson smr display saving("/Users/markmarshall/Dropbox/SMR/for_funnel_SMR01.dta") legendcontour
    I get the response

    HTML Code:
    file /var/folders/3y/lxkhwhhn4pl5zv3rjdmj09y00000gn/T//S_61534.000001 saved
    invalid '.dta' 
    r(198);
    If I encode:

    Code:
    funnelcompar smr exp_total center, poisson smr display saving(for_funnel) legendcontour
    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
Working...
X