On Mon, 28 Jan 2013, andreas.rosenblad(a)ltv.se wrote:
If possible, I would like to see the following features included in
gretl
and available form the GUI, to make it more usable:
Univariate tests:
*Z-test of means for paired data
*McNemars test
*Kruskal-Wallis test
*Friedman's test
*Jonckheere-Terpstra test
For duration data:
*Kaplan-Meier curves plot
*log-rank test
*Cox regression
Regression models:
*conditional logistic (logit) regression
*generalized estimating equations
*generalized linear mixed models
Any chances of any of these being included?
The chances are good if anyone is willing to write function
packages to handle these things. The current gretl development
model is that we're not just going to code a whole bunch of
extra things in C (unless they're arguably essential and
are much faster if written in C). Users who have mastered the
basics of hansl are invited to contribute extra tests and so
on.
See
http://users.wfu.edu/cottrell/tmp/extending.pdf . Actually
I need to update this; there's now some extra functionality to
make for better integration of contributed packages into the
GUI.
Allin Cottrell