| NEWS | R Documentation |
Glmbb News
Changes in glmbb version 0.6 (2026-07-21)
Fixed bug that made formulas like
counts ~ (.)^3not work.
Changes in glmbb version 0.5-1 (2020-11-21)
Fixed bug that made glmbb output some models twice.
Changes in glmbb version 0.4 (2020-08-16)
Fixed BIC by adding argument
BIC.optionto R functionglmbb. Added note to documentation of R functionglmbbexplaining bogosity of previous definition of BIC and of AICc.
Changes in glmbb version 0.3 (2017-06-03)
Fixed horrible bug discovered by Aaron Rendahl where when some variable names were substrings of other variable names not all models were searched.
This could have been avoided if I had remembered the famous quote by Jamie Zawinski: “Some people, when confronted with a problem, think ‘I know, I'll use regular expressions.’ Now they have two problems.”
Now
AICc == Infwhenn <= p + 1.Now error when
AIC(out)is whenoutis output of R functionglm.
Changes in glmbb version 0.2 (2016-04-17)
Added graphical models. Now can search only over graphical models.
CHANGES IN glmbb version 0.1
First submission to Github. Does all hierarchical models.