blm-package: Binomial linear and linear-expit regression model
Description
The functions blm
and lexpit
implement a binomial linear and linear-expit regression model. Estimates are the maximum likelihood estimates with constrained optimization through an interior-point method or an Augmented Lagrangian Adaptive Barrier Minimization Algorithm to ensure that estimable probabilities are in the (0,1) interval.Details
ll{
Package: blm
Type: Package
Version: 2011.1.1
Date: 2011-08-15
Depends: R (>= 2.10.1), stats, BB, MASS, numDeriv, alabama (>= 2010.9-1)
License: GPL (>= 2)
LazyLoad: yes
}
The blm
package extends the alabama
package of Ravi Varadhan.