BayesFactor
BayesFactor R package for Bayesian data analysis with common statistical models.
File Explorer
- _config.yml
- index.html
- puzzles.rda
- raceDolls.rda
- BayesFactor.h
- BayesFactor_RcppExports.h
- test-anovaBF.R
- test-contingencyBF.R
- test-correlationBF.R
- test-generalTestBF.R
- test-proportionBF.R
- test-regressionBF.R
- test-specialchars.R
- test-ttest.R
- 0000.yaml
- anovaBF.Rd
- as.BFBayesFactor.Rd
- as.BFprobability.Rd
- BayesFactor-package.Rd
- BFBayesFactor-class.Rd
- BFBayesFactorList-class.Rd
- BFInfo.Rd
- BFManual.Rd
- BFodds-class.Rd
- BFprobability-class.Rd
- compare-methods.Rd
- contingencyTableBF.Rd
- correlationBF.Rd
- enumerateGeneralModels.Rd
- extractBF-methods.Rd
- extractOdds-methods.Rd
- extractProbabilities-methods.Rd
- filterBF.Rd
- generalTestBF.Rd
- grapes-same-grapes.Rd
- grapes-termin-grapes.Rd
- linearReg.R2stat.Rd
- lmBF.Rd
- logMeanExpLogs.Rd
- meta.ttestBF.Rd
- model-classes.Rd
- model.matrix-methods.Rd
- newPriorOdds.Rd
- nWayAOV.Rd
- oneWayAOV.Fstat.Rd
- options-BayesFactor.Rd
- plot.BFBayesFactor.Rd
- plot.BFBayesFactorTop.Rd
- posterior-methods.Rd
- priorLogodds-method.Rd
- priorOdds-method.Rd
- proportionBF.Rd
- puzzles.Rd
- raceDolls.Rd
- recompute-methods.Rd
- regressionBF.Rd
- ttest.tstat.Rd
- ttestBF.Rd
- aaClasses.R
- aaGenerics.R
- anovaBF-utility.R
- anovaBF.R
- base64.R
- BayesFactorPCL-package.R
- checkCallback.R
- checking.R
- common.R
- contingency-utility.R
- contingency.R
- correlation-JASP.R
- correlation-utility.R
- correlationBF.R
- gaussApproxAOV.R
- generalTest-utility.R
- generalTestBF.R
- linearReg_R2stat.R
- lmBF.R
- logMean.R
- manual.R
- meta-ttest-utility.R
- meta.ttestBF.R
- methods-BFBayesFactor.R
- methods-BFBayesFactorList.R
- methods-BFBayesFactorTop.R
- methods-BFlinearModel-compare.R
- methods-BFmodel.R
- methods-BFmodelSample.R
- methods-BFodds.R
- methods-BFprobability.R
- model.matrix.R
- newPriorOdds.R
- nWayAOV-utility.R
- nWayAOV.R
- onAttach.R
- oneWayAOV-utility.R
- oneWayAOV_Fstat.R
- plot-BFBayesFactor.R
- plot-BFBayesFactorTop.R
- proportion-utility.R
- proportionBF.R
- RcppExports.R
- regressionBF-utility.R
- regressionBF.R
- ttest-informed-JASP.R
- ttest-utility.R
- ttest_tstat.R
- ttestBF.R
- version.R
- bfcommon.h
- corr.cpp
- dinvgamma.cpp
- genhypergeo_series_pos.cpp
- interruptable_progress_monitor.h
- interrupts.cpp
- interrupts.h
- jzs_bf_samplers.cpp
- jzs_Gauss_approx_aov.cpp
- jzs_Gibbs.cpp
- jzs_marg_like.cpp
- linearRegGibbsRcpp.cpp
- logDeterminant.cpp
- logRepresentedReal.cpp
- logRepresentedReal.h
- logSummaryStats.cpp
- logUtility.cpp
- metattest.cpp
- progress.cpp
- progress.h
- proportion.cpp
- RcppCallback.cpp
- RcppExports.cpp
- rmvnorm.cpp
- ttestIndepRcpp.cpp
- ttestRcpp.cpp
- run-all.R
- addthis.png
- android.png
- app_store.png
- apple.png
- bebo.png
- blogger.png
- delicious.png
- deviantart.png
- digg.png
- dribbble.png
- email.png
- evernote.png
- facebook.png
- friendster.png
- google_play.png
- google_plus.png
- hi5.png
- linkedin.png
- livejournal.png
- myspace.png
- odnoklassniki.png
- orkut.png
- pinterest.png
- reddit.png
- rss.png
- sharethis.png
- skype.png
- stumbleupon.png
- twitter.png
- vimeo.png
- vkontakte.png
- wordpress.png
- youtube.png
- addthis.png
- android.png
- app_store.png
- apple.png
- bebo.png
- blogger.png
- delicious.png
- deviantart.png
- digg.png
- dribbble.png
- email.png
- evernote.png
- facebook.png
- friendster.png
- google_play.png
- google_plus.png
- hi5.png
- linkedin.png
- livejournal.png
- myspace.png
- odnoklassniki.png
- orkut.png
- pinterest.png
- reddit.png
- rss.png
- sharethis.png
- skype.png
- stumbleupon.png
- twitter.png
- vimeo.png
- vkontakte.png
- wordpress.png
- youtube.png
- readme.txt
- github.png
- logo.png
- manual.css
- compare_lme4.Rmd
- index.Rmd
- manual.Rmd
- odds_probs.Rmd
- priors.Rmd
- .Rbuildignore
- .Rinstignore
- BayesFactor.Rproj
- DESCRIPTION
- NAMESPACE
- NEWS
- .gitignore
- BayesFactor.Rproj
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
gcc
View Details ▼
gcc
Preprocess and compile C and C++ source files, then assemble and link them together.
Part of GCC (GNU Compiler Collection).
gcc {{path/to/source1.c path/to/source2.c ...}} {{[-o|--output]}} {{path/to/output_executable}}
Compile multiple source files into an executable:
gcc {{path/to/source.c}} -Wall {{[-o|--output]}} {{output_executable}}
Activate output of all errors and warnings:
gcc {{path/to/source.c}} -Wall {{[-g|--debug]}} -Og {{[-o|--output]}} {{path/to/output_executable}}
Show common warnings, debug symbols in output, and optimize without affecting debugging:
// repository documentation
Was this content helpful?
(0 ratings)
