GLM: Do not print the intercept if the model is unbalanced
[pspp] / src / math / categoricals.h
2016-01-26 John DarringtonGLM: Do not print the intercept if the model is unbalanced
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-11-06 John DarringtonCategoricals: Provide separate functions for effects... 20121107030502/pspp 20121108030503/pspp
2012-11-02 John Darringtoncateoricals.c categoricals.h clean up.
2012-08-19 Ben PfaffMerge 'master' into 'psppsheet'.
2012-08-13 John DarringtonFix leaks in MEANS command
2012-08-12 John DarringtonFix memory leaks in ONEWAY command
2012-08-04 John Darringtoncategoricals.c (struct payload): Rename destroy to...
2012-08-04 John DarringtonONEWAY: call categoricals_done only once
2012-04-09 John Darringtoncategoricals.c: Distinguish between missing values...
2012-01-14 John DarringtonFix warnings
2012-01-14 John DarringtonCategoricals cleanup: New structure 'payload' which...
2011-12-03 John DarringtonONEWAY: Fixed crash when the dependent variable contain... 20111204030502/pspp 20111205030508/pspp
2011-11-28 John Darringtoncategoricals.c: Rename function to more accurately... 20111129030502/pspp 20111130030501/pspp 20111201030507/pspp
2011-08-20 John DarringtonMerge remote branch 'origin/sourceview' 20110820030503/pspp
2011-07-26 John DarringtonConstness
2011-07-26 John DarringtonExtended the glm command to accept interactions. Unfor...
2011-07-26 John DarringtonRemove unused function
2011-07-26 John DarringtonCategoricals: remove var member which is no longer...
2011-07-26 John DarringtonCategoricals: Replace single value by a case, so that...
2011-07-26 John DarringtonCategoricals to take interactions instead of variables.
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview
2011-06-27 John DarringtonFixed the categoricals such that now both GLM and ONEWA...
2011-03-19 Ben PfaffUpdate all #include directives to the currently preferr...
2010-12-12 Ben Pfaffcategoricals: Make parameter to categoricals_done(...
2010-10-17 John DarringtonMerge commit 'origin/master' into sso
2010-08-24 John DarringtonCategoricals: Use moments instead of keeping cc count...
2010-08-24 John Darringtononeway: Fix descriptives for multiple variables
2010-08-24 John DarringtonAdd optional callback functions to categoricals.
2010-08-24 John DarringtonConstness
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2009-10-31 John DarringtonRemove unused function categoricals_index
2009-10-31 John DarringtonKeep track of the number of variables involved in the...
2009-10-24 John DarringtonNew functions to return the sum and weights associated...
2009-10-24 John DarringtonDon't update categorical variables whose values are...
2009-10-18 John DarringtonAdd reverse map entries to categoricals.
2009-10-17 John DarringtonNew module src/math/categoricals .