https://github.com/cjgeyer/glmbb

All Hierarchical Models for GLM via Branch and Bound

https://github.com/cjgeyer/glmbb

Science Score: 10.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    1 of 1 committers (100.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.3%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

All Hierarchical Models for GLM via Branch and Bound

Basic Info
  • Host: GitHub
  • Owner: cjgeyer
  • License: other
  • Language: R
  • Default Branch: master
  • Size: 1.52 MB
Statistics
  • Stars: 0
  • Watchers: 3
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 10 years ago · Last pushed over 2 years ago
Metadata Files
Readme License

README.md

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.

Owner

  • Name: Charles J. Geyer
  • Login: cjgeyer
  • Kind: user
  • Location: Minneapolis, Minnesota, USA
  • Company: University of Minnesota School of Statistics

I am a professor in the School of Statistics, University of Minnesota. Most repos here are R packages, some for CRAN and some for teaching.

GitHub Events

Total
Last Year

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 38
  • Total Committers: 1
  • Avg Commits per committer: 38.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Charles J. Geyer c****e@s****u 38
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: almost 2 years ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 292 last-month
  • Total dependent packages: 1
  • Total dependent repositories: 2
  • Total versions: 5
  • Total maintainers: 1
cran.r-project.org: glmbb

All Hierarchical or Graphical Models for Generalized Linear Model

  • Versions: 5
  • Dependent Packages: 1
  • Dependent Repositories: 2
  • Downloads: 292 Last month
Rankings
Dependent packages count: 18.0%
Dependent repos count: 19.9%
Forks count: 28.4%
Average: 30.7%
Stargazers count: 35.1%
Downloads: 52.4%
Maintainers (1)
Last synced: 11 months ago

Dependencies

package/glmbb/DESCRIPTION cran
  • R >= 3.1.1 depends
  • Matrix * imports
  • clpAPI * imports
  • digest * imports
  • methods * imports
  • stats * imports
  • CatDataAnalysis * suggests