Announcement

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

  • ESTTAB command for Biprobit

    Hello everyone,

    I am vary familiar with using esttab with ols, however I was wondering is there a way to use esttab with biprobit to print single bivariate pair side by side as opposed to stacked, similar to the image posted.
    Click image for larger version

Name:	Screen Shot 2023-02-18 at 8.05.45 PM.png
Views:	1
Size:	512.5 KB
ID:	1702398

  • #2
    estout is from SSC (FAQ Advice #12). There is an -unstack- option in esttab.

    Code:
    esttab, unstack drop(/:) nonumb nomtitles noobs

    Comment

    Working...
    X