GGobiThere is a new release of ggobi 2.1.3 available on the web site. It has few changes, but several bugs have been fixed. A more major release will happen later this year.
Aleks pointed me to this site by Alexander Genkin, David D. Lewis, and David Madigan that has a program for Bayesian logistic regression. It appears to allow some hierarchical modeling and can fit very large datasets. I haven't tried it... ...
Joel on Software’s latest post is about having first class functions in your programming language. He shows how you can use functions as arguments to functions to reduce code duplication. IReducing code duplication is a nice way to motivate language features since the process of removing duplication almost always results in improved...
Joel on Software’s latest post is about having first class functions in your programming language. He shows how you can use functions as arguments to functions to reduce code duplication. IReducing code duplication is a nice way to motivate languag...