Dear statalisters,
I have some panel data that include four binary clinical outcomes (0=absent, 1=present) at two different timepoints t1 and t2, and a number of x vars.
I am interested in exploring the trajectories for each outcome, i.e. healthy (t1=0, t2=0), incident (t1=0, t2=1) remittent(t1=1, t2=0) and persistent (t1=1, t2=1), and explore how each xvar affects the trajectory of the conditions.
I guess the easiest way of doing this could simply running an mlogit model, where yvar is a categorical var with the four levels described above. would this approach be correct?
or should I explore this research question using mixed effect models?
thanks for your time,
RR
Related Posts with panel data: exploring factors affecting incidence/persistence/remission of a condition over time
Create 2 new variables from existing variables: one date, and one with value equal to another variable's name Code: * Example generated by -dataex-. For more info, type help dataex clear input float(study_id r…
coefplot subgraphs by coefficients: how to loop subgraphs?Hi Statalist, I was referring to the coefplot trying to make subgraphs like this (below are example…
Possible justifications for treating an ordinal scale variable as a continuous?Hello! I have quite a large data set which was cultivated by the British Electorate Survey in 2017.…
Log4j vulnerability (CVE-2021-44228 and subsequent CVE-2021-45046)Thank you James Hassell (StataCorp) for placing a comment regarding the Log4j vulnerability in Stata…
Why I got this error "independent variables are collinear with the panel variable id" when running the xtivreg?When running the code "xtivreg y (x = z) i.year##i.id, fe vce(cluster id)", I got this error "indepe…
Subscribe to:
Post Comments (Atom)
0 Response to panel data: exploring factors affecting incidence/persistence/remission of a condition over time
Post a Comment