logbin
Relative Risk Regression Using the Log-Binomial Model
Relative-risk regression that converges where glm fails, under an unreadable tag order
◆Recent moves
- 1y ago
vcov in summary.logbin now matches summary.glm
Replaces the variance-covariance calculation in summary.logbin with the one summary.glm uses, and adds testthat tests. Standard errors from this package now agree with what users expect from a glm summary, which matters more than the release's size suggests.
View source ↗ - 5y ago
Factor reparameterisation fix and faster parameter expansion
Fixes reparameterisation of factor variables under the combinatorial EM method, moves parameter expansion to a transformation-matrix approach, and corrects an error when an offset is supplied. The convergence check now runs on the reduced parameter vector, which is why conv.test() stopped being exported.
View source ↗ - 5y ago
Version bump to satisfy a CRAN check
A version increment with no content, needed only to get a corrected package past CRAN. One of four tags pushed within ninety seconds on the same day, so its position in the feed means nothing.
View source ↗ - 5y ago
method and accelerate options: adaptive barrier, CEM, EM, turboEM
The release that defines what the package offers: a method argument selecting between glm, glm2, adaptive barrier, combinatorial EM and single EM on an overparameterised model, plus an accelerate option using turboEM to speed convergence. Everything since has been about making the results of these fits behave like glm results.
View source ↗ - 5y ago
glm S3 method support via contrasts, qr, R and effects components
Returns the contrasts, qr, R and effects components so glm's S3 methods — influence(), plot() and the rest — work on logbin objects, and lets inner and outer iteration limits be set separately. The start of the long alignment with glm conventions that the 2025 release continued.
View source ↗ - 5y ago
Journal of Statistical Software citation added
Adds the JSS article citation. A single line, pushed in the same ninety-second burst as three other tags.
View source ↗