BayesFactor

BayesFactor R package for Bayesian data analysis with common statistical models.

https://github.com/richarddmorey/bayesfactor

Science Score: 33.0%

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

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
    2 of 10 committers (20.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.8%) to scientific vocabulary

Keywords from Contributors

standardize data-manipulation grammar
Last synced: 10 months ago · JSON representation

Repository

BayesFactor R package for Bayesian data analysis with common statistical models.

Basic Info
Statistics
  • Stars: 132
  • Watchers: 11
  • Forks: 50
  • Open Issues: 28
  • Releases: 7
Created about 13 years ago · Last pushed over 2 years ago
Metadata Files
Readme

README.md

DOI Build Status

BayesFactor is an R package that enables the computation of Bayes factors in standard designs, such as one- and two- sample designs, ANOVA designs, regression, and analysis of contingency tables and proportions.

Installing

To install the latest stable version from CRAN, use install.packages:

R install.packages('BayesFactor', dependencies = TRUE) or your R graphical user interface's install packages menu.

To install the latest development version, you can use install_github from the devtools package:

```R

install devtools if necessary

install.packages('devtools')

Load devtools package for install_github()

library(devtools)

get BayesFactor from github

install_github('richarddmorey/BayesFactor', subdir='pkg/BayesFactor', dependencies = TRUE) ```

Under Linux, you'll need standard build tools installed (gcc, etc). Under OSX, you'll need Xcode with the command-line tools. Under Windows, you'll probably have to have Rtools (available from CRAN).

Owner

  • Name: Richard Morey
  • Login: richarddmorey
  • Kind: user
  • Location: Cardiff, Wales
  • Company: Cardiff University

GitHub Events

Total
  • Watch event: 1
  • Issue comment event: 1
Last Year
  • Watch event: 1
  • Issue comment event: 1

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 705
  • Total Committers: 10
  • Avg Commits per committer: 70.5
  • Development Distribution Score (DDS): 0.055
Past Year
  • Commits: 8
  • Committers: 1
  • Avg Commits per committer: 8.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Richard D. Morey r****y@g****m 666
Rivka de Vries r****s@r****l 18
Jonathon Love j****n@t****c 12
Jeffery N. Rouder r****j@m****u 2
Paul Sharpe p****l@m****m 2
Ax3man w****l@h****m 1
Stefan Theussl s****l@R****g 1
Indrajeet Patil p****e@g****m 1
Willem Sleegers w****s@m****m 1
Ben Marwick b****k@h****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 87
  • Total pull requests: 23
  • Average time to close issues: about 2 months
  • Average time to close pull requests: 1 day
  • Total issue authors: 58
  • Total pull request authors: 7
  • Average comments per issue: 3.38
  • Average comments per pull request: 0.83
  • Merged pull requests: 21
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 0
  • Average time to close issues: 2 minutes
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 4.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • IndrajeetPatil (12)
  • richarddmorey (5)
  • mattansb (5)
  • SanVerhavert (4)
  • crsh (3)
  • jen265 (2)
  • ivan-marroquin (2)
  • acquafredda (2)
  • lindeloev (2)
  • mattstern2 (2)
  • gbiele (1)
  • AWKruijt (1)
  • connorspiech (1)
  • adamliter (1)
  • pietromarchesi (1)
Pull Request Authors
  • jonathon-love (12)
  • richarddmorey (5)
  • earcanal (2)
  • mariusbarth (1)
  • IndrajeetPatil (1)
  • Ax3man (1)
  • WillemSleegers (1)
Top Labels
Issue Labels
question (15) enhancement (12) bug (9)
Pull Request Labels

Packages

  • Total packages: 2
  • Total downloads:
    • cran 14,143 last-month
  • Total docker downloads: 25,184
  • Total dependent packages: 37
    (may contain duplicates)
  • Total dependent repositories: 91
    (may contain duplicates)
  • Total versions: 34
  • Total maintainers: 1
cran.r-project.org: BayesFactor

Computation of Bayes Factors for Common Designs

  • Versions: 30
  • Dependent Packages: 30
  • Dependent Repositories: 91
  • Downloads: 14,143 Last month
  • Docker Downloads: 25,184
Rankings
Forks count: 1.5%
Dependent repos count: 2.4%
Dependent packages count: 2.5%
Downloads: 2.9%
Stargazers count: 3.3%
Average: 6.4%
Docker downloads count: 25.8%
Maintainers (1)
Last synced: 11 months ago
conda-forge.org: r-bayesfactor
  • Versions: 4
  • Dependent Packages: 7
  • Dependent Repositories: 0
Rankings
Dependent packages count: 8.0%
Average: 23.6%
Forks count: 23.8%
Stargazers count: 28.5%
Dependent repos count: 34.0%
Last synced: 11 months ago

Dependencies

pkg/BayesFactor/DESCRIPTION cran
  • Matrix >= 1.1 depends
  • R >= 3.2.0 depends
  • coda * depends
  • MatrixModels * imports
  • Rcpp >= 0.11.2 imports
  • graphics * imports
  • hypergeo * imports
  • methods * imports
  • mvtnorm * imports
  • pbapply * imports
  • stringr * imports
  • utils * imports
  • arm * suggests
  • doMC * suggests
  • foreach * suggests
  • knitr * suggests
  • languageR * suggests
  • lme4 * suggests
  • markdown * suggests
  • testthat * suggests
  • xtable * suggests