Announcement

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

  • Group-based trajectory analysis with "traj" module

    I am using traj module. Available from www.andrew.cmu.edu/user/bjones

    The module is available for Stata and for SAS. Unfortunately, the detailed help is available for SAS only. I am trying to store results of the procedure temporarily. In SAS, it is going like this:
    PROC TRAJ DATA=A OUT=OF OUTPLOT=OP OUTSTAT=OS ...

    I get error messages like "option outstat() not allowed" when I try:
    . traj, out(output_store) outstat(output_stat) outplot(output_plot) var(YY) indep(time) model(cnorm) min(0.62) max(6.542) order(2 1)

    I have tried to generate outstat, outplot variables etc. before running the procedure, but it did not help. How can I store the results of the procedure for further use? Any suggestion is appreciated.
Working...
X