Announcement

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

  • Strange error message after the -brant- command

    Hi Statlisters,

    When, after running my ordered logit model in Stata 15 and Stata 14 (I have both versions), I type -brant, detail-, I get the following error message: command _rm_matrix_noomitted is unrecognized. r(199)

    Does anyone know what seems to be trouble here? Many thanks in advance!

  • #2
    Make sure Stata is up to date. Also, there are different versions of brant around. The most current version is

    Code:
    . which brant
    c:\ado\plus\b\brant.ado
    *! version 4.0.0 2017-08-23 | long freese | stata 15 parameter naming fix
    There is an ancient version of brant on SSC. Do not use it! If you have it, uninstall it, and use the version that is part of spost13.

    Code:
    findit spost13_ado
    If problems persist write back.
    -------------------------------------------
    Richard Williams, Notre Dame Dept of Sociology
    StataNow Version: 19.5 MP (2 processor)

    EMAIL: [email protected]
    WWW: https://www3.nd.edu/~rwilliam

    Comment


    • #3
      I see nothing strange about this. Stata is telling you that brant (a community-contributed command, which you are asked to explain) calls up a command _rm_matrix_noomitted which you evidently have not yet installed from (e.g.)
      Code:
      net describe spost13_ado, from(http://www.indiana.edu/~jslsoc/stata)
      Please note our requests on using full real names explained at https://www.statalist.org/forums/help#realnames and https://www.statalist.org/forums/help#adviceextras as well as how to report questions about community-contributed commands as explained at https://www.statalist.org/forums/help#stata (12.1)

      Comment

      Working...
      X