I've been looking for a way to conduct group-based trajectory modeling in R with no avail. Something along the lines of what PROC TRAJ (http://www.andrew.cmu.edu/user/bjones/index.htm) accomplishes in SAS. Does anyone know of a similar package in R?
My outcome of interest (the model input) is categorical so i need something that can handle that.
Asked
Active
Viewed 5,237 times
0

Branners
- 63
- 1
- 9
1 Answers
4
The only package I've been able to find for this in R is crimCV. Here it is on Cran, and here is a working paper by the authors of the package on how it's done. I have not yet investigated this myself (and it seems like it hasn't been updated for years), but this page describes using it to fit a set of trajectories.

plagueheart
- 239
- 1
- 3
- 10
-
2thank you, I actually went with lcmm and it works very well for my question. – Branners May 11 '18 at 10:31