Announcement

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

  • SUCRA in Stata 16

    Dear all,

    I have noticed that the SUCRA command for network meta-analysis is not working in Stata 16.

    When I try to run it in Stata 16 the following message appears:

    use smoking, clear
    network setup d n, studyvar(study) trtvar(trt) numcodes
    network meta consistency
    network rank max, all zero gen(prob)
    sucra prob*, rankograms

    _P invalid name (reserved word) r(198)

    For the same sequence, in Stata14, the last sentence runs correctly.

    It seems that _P is a reserved word in Stata16.

    Any thoughts?

    Thank you

  • #2
    The output of
    Code:
    net describe st0411, from(http://www.stata-journal.com/software/sj15-4)
    gives an email address for support from the authors of the community contributed network graphs package.

    With that said, perhaps running the sucra command under version control will help, since the authors neglected, at least in sucra.ado, to include version control.
    Code:
    version 14: sucra prob*, rankograms

    Comment

    Working...
    X