projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bfd112
)
Pointer DEPVAR is now required to be set correctly in linreg.c
author
Jason H Stover
<jhs@math.gcsu.edu>
Sat, 16 Aug 2008 21:29:31 +0000
(17:29 -0400)
committer
Jason H Stover
<jhs@math.gcsu.edu>
Sat, 16 Aug 2008 21:29:31 +0000
(17:29 -0400)
src/math/linreg.h
patch
|
blob
|
history
diff --git
a/src/math/linreg.h
b/src/math/linreg.h
index 3a0b3694d65838901b8e8bd6135376c2f3173ee7..05c8159630d8aa8da3467148a72e6d7a2da95218 100644
(file)
--- a/
src/math/linreg.h
+++ b/
src/math/linreg.h
@@
-96,8
+96,7
@@
struct pspp_linreg_cache_struct
coefficient here. */
/*
- The variable struct is ignored during estimation. It is here so
- the calling procedure can find the variable used in the model.
+ Pointer to the dependent variable.
*/
const struct variable *depvar;