I normally find the R square values in the "squared multiple correlation" matrix that I found by this step:
Proc Calis Data = ESS1 kurtosis covariance modification toteff;
But now I have to find the errorterms (so the R square values? or is there another way?) via a PROC REG step.