Added dialog box for univariate anova.
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 25 Sep 2011 11:22:56 +0000 (13:22 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 25 Sep 2011 11:22:56 +0000 (13:22 +0200)
commit5cc0ad44c71734d01e88e95b402ab663ee406191
tree48f486e6cb306c571d83dad98985f6c14b1c3fd7
parentf978f300ef185051b6d9b1583d7172d93898feb8
Added dialog box for univariate anova.

Added a dialog box to conduct a univariate anova using the GLM
command.  Currently only entry of the dependent variable and the
factors are possible.   Choosing the interactions must be done
through syntax, if the default is not what the user wants.
src/ui/gui/automake.mk
src/ui/gui/data-editor.ui
src/ui/gui/dict-display.c
src/ui/gui/dict-display.h
src/ui/gui/psppire-data-window.c
src/ui/gui/univariate-dialog.c [new file with mode: 0644]
src/ui/gui/univariate-dialog.h [new file with mode: 0644]
src/ui/gui/univariate.ui [new file with mode: 0644]