Suppose you have panel data (many observations for each person) and you have a discrete ordered outcome for worker status (entry level, assistant, manager, exit labor force) that you want to model transitions between as a function of time-fixed and time-varying covariates. For example based on covariates, what is probability of an assistant becoming a manager at the next time step. I wish to model this type of data in Stata but am not sure if there is such a way to do it to account for the repeated observations. I have tried using xtset ID or cluster vce ID but they all give different result and some of the probabilities simply don't make sense. For example in some cases the probability of going from "exit labor force" to "assistant" is more than 20% even though there are no transitions like this in the model. Finally- some people tell me this is a markov problem but that assumes the time in each worker status does not matter but it does so i am wondering how to account for these different aspects.
Any advice would be very useful at this time.
Related Posts with Multinomial logistic regression with Panel Data
Lagged difference in DF testDear members, I was performing the DF test on a AR(1) model, I was firstly trying dfuller nilemax,…
python integration, "Unable to find shared library."Hi Statalist, I am trying to integrate python with Stata. I am running into a pair of errors, the s…
Store variables generated in a loop in macroHello, I am using a loop to decode and generate variables: Code: foreach var of varlist S9Q1a_1-S…
Difference in Differences with continues entry and decaying time trendI have a dataset that contains both physical and online sales of books. I am interested in examining…
rdplot - magnitude and statistical significance of discontinuous jumpDear all, I use the command -rdplot- to assess graphically if there is a discontinuous jump in a ti…
Subscribe to:
Post Comments (Atom)
0 Response to Multinomial logistic regression with Panel Data
Post a Comment