Announcement

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

  • Issue Installing the traj Package in Stata 15.1 (windows 10)

    I am trying to install the traj package in Stata 15.1 (windows 10), but I am encountering an error related to missing files. The error message I receive is as follows:


    . net from http://www.andrew.cmu.edu/user/bjones/traj

    file http://www.andrew.cmu.edu/user/bjones/traj/stata.toc not found

    server says file temporarily redirected to https://www.andrew.cmu.edu/user/bjones/traj/stata.toc

    http://www.andrew.cmu.edu/user/bjones/traj/ either

    1) is not a valid URL, or

    2) could not be contacted, or

    3) is not a Stata download site (has no stata.toc file).



    current site is still http://fmwww.bc.edu/repec/bocode/t/

    r(601);


    . net install traj, force


    file http://fmwww.bc.edu/repec/bocode/t/traj.pkg not found

    could not load traj.pkg from http://fmwww.bc.edu/repec/bocode/t/

    r(601);


    Can you help me?

    Thank you,

    ​​​​​​​Laíza

  • #2
    The package traj is not to be found at SSC.

    This sequence appeared to work for me. I've blanked out some purely local details. I've not tried to use any of the files.

    Code:
    . net from http://www.andrew.cmu.edu/user/bjones/traj
    -------------------------------------------------------------------------------------------------------------------------
    http://www.andrew.cmu.edu/user/bjones/traj/
    Group-Based Modeling of Longitudinal Data
    -------------------------------------------------------------------------------------------------------------------------
    
    Bobby L. Jones, University of Pittsburgh Medical Center
    Daniel S. Nagin, Carnegie Mellon University
    
    Also see the homepage for the papers that illustrate the method.
    
    PACKAGES you could -net describe-:
        traj              Group Based Modeling of Longitudinal Data
    -------------------------------------------------------------------------------------------------------------------------
    
    . net describe traj
    
    -------------------------------------------------------------------------------------------------------------------------
    package traj from http://www.andrew.cmu.edu/user/bjones/traj
    -------------------------------------------------------------------------------------------------------------------------
    
    TITLE
          traj. Group-Based Modeling of Longitudinal Data
    
    DESCRIPTION/AUTHOR(S)
          
           Bobby L. Jones, University of Pittsburgh Medical Center
          
           Daniel S. Nagin, Carnegie Mellon University
          
          Distribution-Date: 6jan2024
          Support: [email protected]
    
    INSTALLATION FILES                                 (type net install traj)
          plug-ins/win64a/traj.plugin
          traj.ado
          trajentropy.ado
          trajplot.ado
          trajstart.ado
          multtrajplot.ado
          traj.hlp
          trajplot.hlp
          trajstart.hlp
          multtrajplot.hlp
    -------------------------------------------------------------------------------------------------------------------------
    
    . net install traj
    checking traj consistency and verifying not already installed...
    installing into XXX.
    installation complete.
    Last edited by Nick Cox; 25 Mar 2025, 09:28.

    Comment

    Working...
    X