glm.c:get_ssq Remove unnecessary assignment
[pspp-builds.git] / src / language / stats / glm.c
2011-11-23 John Darringtonglm.c:get_ssq Remove unnecessary assignment
2011-11-14 John DarringtonGLM: Add debugging option /SHOWCODES
2011-10-06 John DarringtonAdd a warning to GLM until we've sorted out its problems
2011-09-29 John DarringtonOptimisation for the type3 sum of squares procedure
2011-09-27 John DarringtonMove interaction subset predicates out of glm.c into...
2011-09-20 John DarringtonFix warnings and remove conditional compilation which...
2011-09-18 Jason H StoverFixed type 3 sums of squares for models containing...
2011-08-28 John DarringtonGLM: Disable the interactions option until it actually...
2011-08-20 John DarringtonMerge remote branch 'origin/sourceview'
2011-07-26 John Darringtonglm.c: new function design_full to create default inter...
2011-07-26 John DarringtonConstness
2011-07-26 John DarringtonMove call to categoricals_done earlier in the covarianc...
2011-07-26 John DarringtonExtended the glm command to accept interactions. Unfor...
2011-07-26 John DarringtonFix ssq for interactions
2011-07-26 John DarringtonGLM: get_ssq: replace hardcoded 1 with cmd->n_dep_vars
2011-07-26 John DarringtonGLM: remove design_vars which are now superseeded by...
2011-07-26 John DarringtonGLM: Fix memory leaks
2011-07-26 John DarringtonCategoricals to take interactions instead of variables.
2011-07-26 John DarringtonGLM: Rewrite interactions module and update glm.c to...
2011-07-26 John DarringtonGLM: Prepare the lexer to accept nested variables
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview origin/sourceview
2011-06-27 John DarringtonGLM: Add unimplemented subcommands, and add a test.
2011-06-26 John DarringtonFirst working GLM command
2011-06-24 Jason H StoverAdded type 3 sums of squares to GLM
2011-03-20 Ben PfaffRename procedure.[ch] to dataset.[ch].
2011-03-19 Ben PfaffUpdate all #include directives to the currently preferr...
2010-12-12 Ben Pfaffcovariance: Fix const-ness of covariance_calculate...
2010-11-19 Ben Pfafflexer: New type enum token_type.
2010-10-17 John DarringtonMerge commit 'origin/master' into sso
2010-09-29 John DarringtonReplace glm with a new implementation.