Hello,

Since the mlogit is not a panel estimator I want to estimate a cross sectional model but for 10 years, i.e. I will be estimating the model for each year separately.

For each of the outcomes I would like the estimate the probabilities from each model but contain them in one variable.

Can this be done using a loop? I.e. estimate for year 1, use predict to get the probabilities (pr_outcome1 pr_outcome2 pr_outcome3), and then for year 2, and have the probabilities for year two appear under the same variables pr_outcome1 pr_outcome2 pr_outcome3?

my model is mlogit y xi x2 i.x3, base (0)

Thanks.

SAM