addreg 3.0
- methodoption added: fit using combinatorial EM or
single parameter expanded EM algorithm
- accelerateoption added: use- turboEMto
allow acceleration of EM algorithm
- Corrected an error in the calculation of deviance residuals for
family = negbin1
- Corrected an error in the calculation of null deviance for
family = negbin1
- (Minor change) Change iterto return a vector of two
values
addreg 2.0
- Added additive negative binomial regression
(family = negbin1)
- (Minor change) Removed bin.identitylink function;
avoided CRAN error in a simpler way
- (Minor change) Documentation changes, including updated
references
addreg 1.2
- Introduced bin.identitylink function: identical to the
standardidentitylink, but does not cause an error when
used with thebinomialfamily.
- (Minor change) Corrections to avoid codetoolserrors.
addreg 1.1
- The object returned by nnpois()now includes componentstandard.
- (Minor change) Various very minor corrections.
addreg 1.0
- Added na.actionargument toaddreg()andaddreg.smooth()