lexer: New function lex_force_int_range().
[pspp] / src / language / stats / glm.c
2021-03-22 Ben Pfafflexer: New function lex_force_int_range().
2020-06-27 John DarringtonReplace some calls to xcalloc with XCALLOC
2020-06-07 John DarringtonWhitespace changes only.
2019-01-01 Ben Pfaffoutput: Introduce pivot tables.
2018-12-23 Ben Pfaffcategoricals: Remove 'dep_excl' parameter.
2017-05-18 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-05-12 John DarringtonREGRESSION: Implement /ORIGIN subcommand.
2017-04-22 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-04-22 John DarringtonWhitespace changes only: Remove trailing whitespace
2016-07-10 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-06-23 John DarringtonFixed GLM vs. missing values in the dependent variable
2016-04-07 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-04-01 John DarringtonCheck the return value of various calls to lex_force_match.
2016-01-26 John DarringtonGLM: remove warning
2016-01-26 John DarringtonGLM: Do not print the intercept if the model is unbalanced
2015-05-01 Friedrich Beckmannmerge master->gtk3, fixed psppire-output-view.c refacto...
2014-04-29 John DarringtonAdded result_class parameter to tab_double and updated...
2013-10-26 Ben PfaffMerge master into gtk3. 20131026032545/pspp 20131027032559/pspp 20131028032549/pspp 20131030030824/pspp 20131031032414/pspp 20131101032516/pspp 20131102032602/pspp 20131103032703/pspp 20131104032617/pspp 20131105032650/pspp 20131106032624/pspp 20131107032703/pspp 20131108032720/pspp 20131110032717/pspp 20131111032724/pspp 20131112032726/pspp 20131113032746/pspp 20131114032755/pspp 20131115032755/pspp 20131116032752/pspp
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.