[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-2235-g5cc0
From: |
John Darrington |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-2235-g5cc0ad4 |
Date: |
Sun, 25 Sep 2011 11:25:16 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU PSPP".
The branch, master has been updated
via 5cc0ad44c71734d01e88e95b402ab663ee406191 (commit)
from f978f300ef185051b6d9b1583d7172d93898feb8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5cc0ad44c71734d01e88e95b402ab663ee406191
Author: John Darrington <address@hidden>
Date: Sun Sep 25 13:22:56 2011 +0200
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.
-----------------------------------------------------------------------
Summary of changes:
src/ui/gui/automake.mk | 3 +
src/ui/gui/data-editor.ui | 7 +
src/ui/gui/dict-display.c | 33 ++++
src/ui/gui/dict-display.h | 5 +
src/ui/gui/psppire-data-window.c | 5 +
src/ui/gui/univariate-dialog.c | 161 ++++++++++++++++++++
src/ui/gui/{count-dialog.h => univariate-dialog.h} | 6 +-
src/ui/gui/{regression.ui => univariate.ui} | 95 +++---------
8 files changed, 242 insertions(+), 73 deletions(-)
create mode 100644 src/ui/gui/univariate-dialog.c
copy src/ui/gui/{count-dialog.h => univariate-dialog.h} (87%)
copy src/ui/gui/{regression.ui => univariate.ui} (80%)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-2235-g5cc0ad4,
John Darrington <=