std error of estimate?

2009-02-23 Thread Erik Frebold
When I do a linear regression analysis, the model summary always shows what appear to be incorrect values for (overall) Std. Error of the Estimate, regardless of the data set. It does show individual std. errors for the constant and coefficient on X in "Coefficients" section of output and these

Re: std error of estimate?

2009-02-23 Thread Jason Stover
On Mon, Feb 23, 2009 at 02:30:20AM -0800, Erik Frebold wrote: > When I do a linear regression analysis, the model summary always shows what > appear to be incorrect values for (overall) Std. Error of the Estimate, > regardless of the data set. It does show individual std. errors for the > consta

Re: std error of estimate?

2009-02-23 Thread Jason Stover
I just committed a fix to the source repository. To fix your own local copy, try this patch. Apply by cd'ing to the directory with the source code, and run patch -p1 < regression.patch Then rebuild pspp. --- pspp.0/src/math/linreg.c2009-01-19 14:38:06.0 -0500 +++ pspp/src/math/linreg

Re: std error of estimate?

2009-02-23 Thread Erik Frebold
Wow, that was quick! :-) Forgive my ignorance as I'm new to this-- re: your instructions as follows: "To fix your own local copy, try this patch. Apply by cd'ing to the directory with the source code, and run patch -p1 < regression.patch Then rebuild pspp." Wasn't sure where the patch file goes

Re: std error of estimate?

2009-02-23 Thread Jason Stover
On Mon, Feb 23, 2009 at 01:54:33PM -0800, Erik Frebold wrote: > patch -p1 < regression.patch > Then rebuild pspp." > > Wasn't sure where the patch file goes physically (and I did read man > patch...) so I created a .txt file called regression.patch containing the > patch text and put it in the s