Announcement

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

  • Club Convergence psecta

    Hello,

    I write my master degree thesis. I use club convergence test on stata. And my psecta command does not work.

    . psecta cpitrend, name(Country) gen(club) noprtlogtreg
    _vecdiff(): 3499 mm_which() not found
    _findclub(): - function returned error
    _getcluster(): - function returned error
    <istmt>: - function returned error



    Could you please help me ?

    Thank you

  • #2
    What about it doesn't work?

    Comment


    • #3
      psecta was published in the Stata Journal. Your problem is explained in the documentation:

      The package depends on the Mata function mm_which(). If not already installed, you can install it by typing ssc install moremata.

      Comment

      Working...
      X