Hello everyone,
I am using the traj command to examined gait speed trajectories and I have a question about the dropout model option. When I used this option, some of my models had positive BICs and some had negative BICs. However, when I removed that option, all BICs were positive. What is the benefit of using this option? Can I omit this option?
Here’s my code and BIC values:
2 groups (with dropout model)
traj, var(walkspeed_*) indep(time_*) model(cnorm) order(0 0) min(0.07533158) max(1.9544182) dropout(0 0)
BIC= -873.03 (N=9525) BIC= -869.39 (N=2836) AIC= -851.54 ll= -845.54
2 groups (without dropout model)
traj, var(walkspeed_*) indep(time_*) model(cnorm) order(0 0) min(0.07533158) max(1.9544182)
BIC= 2004.89 (N=9525) BIC= 2007.31 (N=2836) AIC= 2019.21 ll= 2023.21
Thanks in advance.
Related Posts with Traj command (dropout model)
Error message - 'equation [kappa] not found r(303) - when choosing parametric model in StataHello all, I am having trouble with a command in Stata and was wondering if anybody could shed some…
Making household-level variables using individual-level variablesHello. I have a data set that has the following structure. hhcode member_id age 1 1 45 1 2 23 1 3 3…
Lagged control variablesHello all, I have panel data for different European countries for the period 1995-2007. In my fixed…
Exporting out tabulated dataHow can we export out row tabulation in stata? I have these two variables ind and q29d. When I tabul…
Quadratic regression: adding CI to lpoly graphHello all, I am running a non-linear regression that looks like this: vcemway reg ln_y x x^2 i.yea…
Subscribe to:
Post Comments (Atom)
0 Response to Traj command (dropout model)
Post a Comment