Added result_class parameter to tab_double and updated all callers. Removed tab_fixed
[pspp] / src / language / stats / glm.c
2014-04-29 John DarringtonAdded result_class parameter to tab_double and updated...
2013-10-25 John DarringtonCorrected logical errors in tests for error conditions.
2013-07-03 John DarringtonFixed incorrect behaviour of REGRESSION when multiple... 20130708030519/pspp 20130709030513/pspp
2013-05-07 Ben PfaffMerge 'psppsheet' into 'master'. 20130507010505/pspp
2013-04-28 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-04-24 John DarringtonFixed crash with GLM and MEANS vs. SPLIT
2012-11-12 Ben PfaffMerge 'master' into 'psppsheet'. 20121113032021/pspp 20121114032001/pspp 20121115031953/pspp 20121116032036/pspp 20121117032022/pspp 20121118032021/pspp 20121119031957/pspp 20121120031954/pspp 20121121031958/pspp 20121122032007/pspp 20121123032005/pspp 20121124032004/pspp 20121125032007/pspp 20121126032010/pspp 20121127031956/pspp 20121128032039/pspp 20121129032043/pspp 20121130032031/pspp
2012-10-28 John DarringtonMove function parse_design_interaction into variable...
2012-10-28 John Darringtonglm.c: (lex_match_variable and parse_design_interaction...
2012-08-19 Ben PfaffMerge 'master' into 'psppsheet'.
2012-08-03 John DarringtonMake categoricals own its interactions
2012-04-09 John Darringtoncategoricals.c: Distinguish between missing values...
2012-01-14 John DarringtonCategoricals cleanup: New structure 'payload' which...
2011-12-02 Ben PfaffAvoid declaring variables in the middle of a block...
2011-11-26 John DarringtonGLM: Mimic spss output with /INTERCEPT=EXCLUDE 20111127030502/pspp 20111128030503/pspp
2011-11-25 John DarringtonGLM: Added implementation for the Type 3 sums of squares. 20111126030502/pspp
2011-11-23 John DarringtonGLM: Implemented the Type I sums of squares and added... 20111124030508/pspp
2011-11-23 John DarringtonGLM: Update logic for choosing types of sums of squares
2011-11-23 John Darringtonglm.c: Allow parser to accept METHOD=SSTYPE(n) subcommand
2011-11-23 John Darringtonglm.c:get_ssq Remove unnecessary assignment
2011-11-14 John DarringtonGLM: Add debugging option /SHOWCODES 20111115030503/pspp 20111116030501/pspp
2011-10-06 John DarringtonAdd a warning to GLM until we've sorted out its problems 20111007030502/pspp
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... 20110927030508/pspp 20110928030501/pspp
2011-09-20 John DarringtonFix warnings and remove conditional compilation which... 20110921030502/pspp 20110922030503/pspp 20110923030508/pspp 20110924030502/pspp 20110925030502/pspp
2011-09-18 Jason H StoverFixed type 3 sums of squares for models containing... 20110919030503/pspp 20110920030503/pspp
2011-08-28 John DarringtonGLM: Disable the interactions option until it actually... 20110901030501/pspp
2011-08-20 John DarringtonMerge remote branch 'origin/sourceview' 20110820030503/pspp
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
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 20110625030504/pspp 20110626030505/pspp 20110627030508/pspp 20110628030505/pspp 20110629030502/pspp 20110630030506/pspp 20110701030505/pspp
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.