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
Creating a table using -estpost- and -esttab-Hello, my dataset consists of the following variables: id (fund id), date (year month), hret (histo…
How to compare two coefficients in two forthlogit regressions?Hello, As my dependent variable is a rare event, I am running forthlogit regressions. In my sample,…
outreg2 table to pdfDear Statalist I try to make some tables for my bachelor thesis, but have trouble making them look …
Using survey weights with HetprobHi Statalist, I am running a probit regression, using survey weights via the code below, and want t…
Spatial autocorrelation with fixed effects negative binomial regressionHi all, I'm examining the effect of fire occurrence on visits to National Parks and Forests using a…
Subscribe to:
Post Comments (Atom)
0 Response to mvreg - post estimation
Post a Comment