Announcement

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

  • Table1_mc stata 16 issue

    Hello,

    I am trying to create a table 1 in stata 16.

    I am using the following code:
    table1_mc, by(race_ethnicity) vars(age contn %4.0f \ gender bin %4.0f \ state cat %4.0f ) However every time I run the code I get the error message

    command table1_mc is unrecognised.

    I have tried installing the package:
    ssc install table1_mc Whenever I do this it says file c:\ado\plus\trek.nxt already exists.

    Would really appreciate any help!

    Hannah

  • #2
    Have you tried

    Code:
    ssc uninstall table1_mc
    ssc install table1_mc

    Comment


    • #3
      Thanks - this does not work - when I try and uninstall it says "package not found" and then same error code when I try and install.

      Any other ideas

      Comment


      • #4
        Perhaps the advice given at

        https://www.statalist.org/forums/for...kage-not-found

        will be helpful, if you have not already solved your problem.

        Comment

        Working...
        X