Announcement

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

  • Supress all but one beta-value in estout

    Hi!

    How do I supress all but the first row in this table?

    Click image for larger version

Name:	Skärmklipp10.JPG
Views:	1
Size:	101.8 KB
ID:	1741558

  • #2
    estout is from SSC, as you are asked to explain in FAQ Advice #12. See the -keep()- option in

    Code:
    help estout

    Comment


    • #3
      Hi Andrew!
      I did that but could not find that option.

      Comment


      • #4
        I can find it.

        Code:
        help estout##ckeep
        keep(keeplist [, relax]) selects the coefficients to be included in the table. keeplist is specified analogous to droplist in drop() (see above). Note that keep() does not change the the order of the coefficients. Use order() to change the order of
        coefficients.

        Comment

        Working...
        X