2

I have regression results as follows:

Regression results

I also ran a variance-covariance matrix that output the following:

variancecovar

It's clear that squaring the standard errors provides the variance on the diagonal. With just this, however, can you calculate the .000027, or the covariance of a and b?

1 Answers1

2

You can't. You've stated the result back-to-front. The SE is the square root of the main diagonal of the covariance matrix of parameter estimates. You need to start with the covariance matrix of parameter estimates, rather than start with the standard errors.

You can find the formula for the covariance matrix of parameter estimates for OLS here.

Tim
  • 3,255
  • 14
  • 24