BayesFactor
BayesFactor R package for Bayesian data analysis with common statistical models.
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
Repository
BayesFactor R package for Bayesian data analysis with common statistical models.
Basic Info
- Host: GitHub
- Owner: richarddmorey
- Language: R
- Default Branch: master
- Homepage: https://richarddmorey.github.io/BayesFactor/
- Size: 16.4 MB
Statistics
- Stars: 132
- Watchers: 11
- Forks: 50
- Open Issues: 28
- Releases: 7
Metadata Files
README.md
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
- Repositories: 93
- Profile: https://github.com/richarddmorey
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
Top Committers
| Name | 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
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
- Homepage: https://richarddmorey.github.io/BayesFactor/
- Documentation: http://cran.r-project.org/web/packages/BayesFactor/BayesFactor.pdf
- License: GPL-2
-
Latest release: 0.9.11
published over 11 years ago
Rankings
Maintainers (1)
conda-forge.org: r-bayesfactor
- Homepage: https://richarddmorey.github.io/BayesFactor/
- License: GPL-2.0-only
-
Latest release: 0.9.12_2
published almost 4 years ago
Rankings
Dependencies
- 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