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)
Matrix with specific outputI am trying to write a code that shows me the results of 1000 replications (I want to do a placebo t…
Problem with sureg: last estimates not foundDear All, I have a panel with the following structure: N=6 T=53 (monthly data). I am trying to esti…
Tests to justify use of quantile regressionHi all. Can you suggest any formal statistical test/analysis in order to justify the application of …
What does the ivprobit command actually do?Dear statalisters, I've read dozens of times the ivprobit manual and searched for papers published o…
Latent Class analyses and repeated measures (GLLAMM) - VERSION STATA 15.1 ID TIME_POINT A B C 1 0 5 10 10 1 1 25 25 25 1 2 50 50 25 2 0 50 25 25 2 1 25 75 75 2…
Subscribe to:
Post Comments (Atom)
0 Response to Traj command (dropout model)
Post a Comment