Announcement

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

  • Equivalent of dataset (.dta) label or notes for framesets (.dtas)?

    Dear Statalist,

    Is there an equivalent of the dataset label or dataset notes for framesets (.dtas)?

    I see that the concepts carry over to the individual frames within a frameset, but I would like to know if I can apply these to the frameset as a whole, not to individual frames.

    And I suppose I would be interested in characteristics as well.

    Thank you.

    StataNow/MP 19.5 for Windows (64-bit x86-64)
    Revision 03 Jun 2026
    Last edited by Raymond Guiteras; 09 Jul 2026, 11:07.

  • #2
    You can add a metadata.dta with metadata.

    Comment


    • #3
      As for characteristics, you can create characteristics within a frame, and whenever that is the present working frame, you can access and use those characteristics just as you would in an "unframed" data set. Each frame has its own separate set of characteristics, so you cannot directly access characteristics from a non-present working frame. (You can, of course reach them by prefixing a command with -frame name_of_other_frame:-.)

      Comment


      • #4
        Thank you both for your suggestions. I like the idea of a metadata frame that could then be referenced as Clyde Schechter suggests.

        Comment

        Working...
        X