Announcement

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

  • Save frames in dataset

    Hello all,

    I want to save the frames I've created within my analysis. The thing is, after I did the procedure and saved the new dataset and launch it next time, it does not show up the frames I created last time.I was thinking that if I save the data, it would save the frames just as the variables one creates. Could anyone give advice on this?
    I'm using Stata 17.

    Thanks!

  • #2
    Just the usual way you save a dataset:

    Code:
    frame results: save myresults, replace
    This assumes that the frame is named "results" and will save myresults.dta in your current directory.

    Code:
    cd
    Last edited by Andrew Musau; 13 Feb 2022, 04:58.

    Comment


    • #3
      Thanks Andrew!

      Comment

      Working...
      X