LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (February 1998, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 4 Feb 1998 16:30:41 -0500
Reply-To:     shapiro@underground.irhe.upenn.edu
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         Dan Shapiro <shapiro@UNDERGROUND.IRHE.UPENN.EDU>
Organization: Institute for Research on Higher Education
Subject:      RMSE using a weighted Proc Reg
Content-Type: text/plain; charset=us-ascii; x-mac-type="54455854";
              x-mac-creator="4D4F5353"

I've found that when I run a weighted regression that the RMSE produced is too large. It seems as if the Error Sum of Squares is calculated on the weighted data, but the MSE error is then computed by taking ESS/df. But the Degrees of Freedom are unweighted yielding a MSE which is too large. The RMSE is similarly large as a result.

Is there any way I can obtain a reasonable RMSE using Proc Reg and a weight?

thank you,

Dan


Back to: Top of message | Previous page | Main SAS-L page