Announcement

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

  • Can we use fre command in Stata 16?

    I checked my ado/plus folder. Clearly, fre is already installed. But when I tried to use fre command, it shows an error message:

    command fre is unrecognized

    Anyone encounters the same situation? Thanks.

  • #2
    What does
    Code:
    ssc install fre
    give you?

    Comment


    • #3
      Code:
      adopath
      shows you where Stata will look for command code, and the places shown must include the directory or folder containing fre. You may need to change PLUS using sysdir set PLUS <whatever>.

      Comment


      • #4
        Originally posted by Joseph Coveney View Post
        What does
        Code:
        ssc install fre
        give you?
        This is what I had:

        checking fre consistency and verifying not already installed...
        installing into c:\ado\plus\...
        file c:\ado\plus\next.trk already exists
        r(602);

        Comment


        • #5
          Originally posted by Nick Cox View Post
          Code:
          adopath
          shows you where Stata will look for command code, and the places shown must include the directory or folder containing fre. You may need to change PLUS using sysdir set PLUS <whatever>.
          Hi Nick,

          Thanks. I change the path for PLUS and OLDPLACE and reinstall fre. It works now.

          Comment

          Working...
          X