Announcement

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

  • Troubleshooting Advice for r(198) Message with User Written Spost13

    Hello Statalisters,

    I just installed user written command spost13, and after I run margins for my model (using ologit) I get the following error when I run mtable.
    Code:
    mtable, at(female = (0 1))
    Mtable_1.5 invalid name
    r(198);

    end of do-file

    r(198);

    Basically, non of the spost13 commands work. Any tips on how to troubleshoot are welcome. I am trying to see if this is a unique issue to me (I messed up something with my Stata ado files) or if others have had similar problems. I am using Stata 17.
    Last edited by Diana Hechavarria; 15 May 2023, 19:58.

  • #2
    my guess, and it is just a guess, is that you already had on your system the spost9 programs - those need to be uninstalled and then you need to re-install spost13; for instructions on un-installing, see
    Code:
    h ado
    and scroll to the bottom of the list of commands (or search "uninstall")

    Comment

    Working...
    X