Dear statalists,
I am trying to estimate coefficients of four equations:
M'(t) = alpha1 * M(t) + alpha2 * A(t) + alpha3 * T(t)
A'(t) = alpha4 * M(t) + alpha 5 * R(t) + alpha6 * T(t)
R'(t) = alpha7 * M(t) + alpha8 * T(t)
T'(t) = alpha9 * T(t-1)
There are derivatives on the left side and I will aproximate them as first differences (denoted as "diff"):
diff M = alpha1 * M + alpha2 * A + alpha3 * T
diff A = alpha4 * M + alpha 5 * R + alpha6 * T
diff R = alpha7 * M + alpha8 * T
diff T = alpha9 * T(t-1)
Data represent time serie between 2011 - 2021 (no panel).
I would like to kindly ask you what technique to choose - simultaneous regression - SEM? However, I am little confused about the structure of model. Are M, A, T and R exogeneous or not? what assumptions should be verified?
Thank you very much.
I am trying to estimate coefficients of four equations:
M'(t) = alpha1 * M(t) + alpha2 * A(t) + alpha3 * T(t)
A'(t) = alpha4 * M(t) + alpha 5 * R(t) + alpha6 * T(t)
R'(t) = alpha7 * M(t) + alpha8 * T(t)
T'(t) = alpha9 * T(t-1)
There are derivatives on the left side and I will aproximate them as first differences (denoted as "diff"):
diff M = alpha1 * M + alpha2 * A + alpha3 * T
diff A = alpha4 * M + alpha 5 * R + alpha6 * T
diff R = alpha7 * M + alpha8 * T
diff T = alpha9 * T(t-1)
Data represent time serie between 2011 - 2021 (no panel).
I would like to kindly ask you what technique to choose - simultaneous regression - SEM? However, I am little confused about the structure of model. Are M, A, T and R exogeneous or not? what assumptions should be verified?
Thank you very much.
Comment