logbin 2.0.6
- Replace vcovcalculation insummary.logbinto replicate the version insummary.glm.
- Implement tests using testthat.
- Clarify the copyright status of functions based on base R.
- (Minor) Removed unused contr.isototonic.revfunction.
Also no longer exportinginterpret.logbin.smooth.
- (Minor) Suppress startup messages when turboEM::turboemis called for the first time.
- (Minor) Update logbin-packageRd file to remove CRANNOTE.
logbin 2.0.5
- Fixed reparameterisation for factor variables in
method = "cem"(@jakobschoepe, #3)
- Implemented a more efficient approach to parameter expansion (using
the transformation matrix).
- When using the parameter expansion approach, check convergence of
the reduced parameter vector. As an indirect result, the
conv.testfunction is no longer exported.
- Fixed error in logbinif offset provided
- Implement coeftraceviaturboEM::turboemargumentkeep.paramval, to avoid taking a different path
when it is turned on (#5)
logbin 2.0.4
- Added citation to Journal of Statistical Software
article.
logbin 2.0.3
- Added coeftraceargument tologbin.control, such that coefficient history can be
obtained formethod = "em"andmethod = "cem".
logbin 2.0.2
- Changed logbin.abso thatouter.iterationscan be set bycontrol$maxitin the call tologbin, andmaxit(inner iterations) is set bycontrol.method$maxit.
- logbinnow returns- contrasts,- qr,- Rand- effectscomponents, so
associated- glmS3 methods (e.g.- influence,- plot) will work.
- weightscomponent returned is the IRLS working weights
at the last iteration, for consistency with- glm(even
though these are not actually used except with- method = "glm").
- plot.logbin.smoothwith- type = "diagnostics"will plot the model diagnostics
usually produced by- plot.lm.
- plot.logbin.smoothwill allow extra parameters
(e.g.- col,- ylim) to be passed.
logbin 2.0.1
- (Had to increment version number to satisfy CRAN check after
correcting an error)
logbin 2.0
- methodoption added: fit using glm, glm2, adaptive
barrier, CEM or single EM algorithm with overparameterised model
- accelerateoption added: use- turboEMmethods to speed up convergence
- (Minor) Corrected the definition of boundary
logbin 1.2
- Minor documentation changes (e.g. updated references)
logbin 1.1
- Very minor documentation changes
logbin 1.0
- Added na.actionargument tologbin()andsmooth.logbin()