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
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
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
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
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