Skip to content
/ glmbb Public

All Hierarchical Models for GLM via Branch and Bound

License

Notifications You must be signed in to change notification settings

cjgeyer/glmbb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an R package, which is on CRAN, that searches for all hierarchical submodels of a specified GLM with criterion (AIC, BIC, or AICc) within a specified cutoff of the minimum value. Alternatively, all the same thing except with just graphical models rather than hierarchical models. It uses the branch and bound algorithm so it does not have to fit all models.

There are also functions isHierarchical and isGraphical that say whether a formula corresponds to a hierarchical or graphical model.

About

All Hierarchical Models for GLM via Branch and Bound

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages