Using LSQLIN, I have obtained a coefficient matrix between my variables. Now, I would like to perform statistical analysis on the regression to see if it makes sense. I used to do this using the variance-covariance matrix obtained as output from mvregress. However, I have to use lsqlin now, which does not have this output.
My question is: How can I obtain the variance-covariance matrix from my coefficient matrix so that I can do statistical analysis on my regression? Otherwise, How can I obtain the standard errors from my coefficients? From here, I can do the same calculations.
I am really not at home in statistics, so I am a bit out of my depth here...
Thank you very much in advance!