Announcement

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

  • Stata command to get effect size of regression with two-way clustering (vce2way)

    I am now using vce2way for regression and need to get Cohens' d to check for the effect size. However, I tried "estat size" and an error popped up by saying "estat esize only works with vce(ols) ". Could you please assist me with that? The regression code is

    vce2way reg y x1 x2 x3, cluster(id session)
    estat esize, epsilon

    Thank you very much.

  • #2
    Please see my response to the same question in another thread: [Link]

    Comment

    Working...
    X