I am using the mvreg command as I have a multivariate regression (3 independent variables regressed on a set of independent variables)
For example instead of
reg y1 = x1 + x2
reg y2 = x1 + x2
reg y3 = x1 + x2
I do the following:
manova y1 y2 y3 = x1 c.x2
mvreg
My question is in a normal regression I can go on to predict residual and perform tests for OLS assumption such as estat hettest etc. How do I do this when using mvreg?
Related Posts with mvreg - post estimation
Time trend in xtunitroot ht testHi everyone, I run the Harris-Tzavalis unit-root test with time trend as follows: xtunitroot ht in…
Dunn Test Bonferroni Correction gives p-value of 1. Error?I did the Dunn test using the following code: Code: dunntest rating, by(outcome) ma(bonferroni) I …
Labelling variable based on existing label of another variableHello, I was wondering if there is a command that enables you to label a variable based on an exist…
Dunn Test Median Comparison Error ?I might be doing this wrong but I named my groups numbers, so "7", "8" and "9" are separate groups. …
Problem with multigroup SEMHello, I'd like to know what is the code for estimating the indirect effects in multigroup SEM. Fo…
Subscribe to:
Post Comments (Atom)
0 Response to mvreg - post estimation
Post a Comment