Is there any way to estimate the bias of the estimate of the betas in a linear regression model when the actual beta values are unknown?
The well known Mean Square Error (MSE) criterion is used to quantify the performance of different biased estimators but to calculate the bias you need to know what the correct value of the Betas should be.
$MSE= var^2 +bias^2$
What can you do when you don't know what the correct value is?
I wonder if you can use the OLS value as a proxy (as it is unbiased)? However the very situations in which biased estimators are likely to be used are those in which OLS is likely to struggle, just wondered if there were any other methods to estimate the bias?