This repository has been archived by the owner on May 22, 2024. It is now read-only.
New changes
Pre-release
Pre-release
This is a 32-bit/64-bit binary package for R-2.15.1 compiled on Windows 7.
(1) A bug fix for correctly handling as.factor(a + b)
type expression
(2) Better handling of array syntax in the formula (for example, y ~ x[c(2, 5:9)]
, where x is an array column)
(3) Use pseudo-inverse instead of normal matrix inverse to avoid error when the Hessian is singular.