-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d0e75c1
commit 2975fcc
Showing
299 changed files
with
214,677 additions
and
23,758 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
.httr-oauth | ||
.Rproj.user | ||
*_cache | ||
*.md | ||
*_files/ | ||
*.acorn | ||
*.mov | ||
myplot.pdf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
--- | ||
title: 'Bayes factors' | ||
output: bookdown::tufte_html2 | ||
--- | ||
|
||
|
||
```{r, include=FALSE} | ||
# ignore all this for the moment | ||
knitr::opts_chunk$set(echo = TRUE, collapse=TRUE, cache=TRUE) | ||
library(tidyverse) | ||
library(pander) | ||
library(lmerTest) | ||
``` | ||
|
||
|
||
|
||
# Additional stub articles | ||
|
||
These hopefully to be fleshed out soon. Contributions welcome! | ||
|
||
|
||
|
||
## Meta analysis {- #meta-analysis} | ||
|
||
|
||
For the moment, [see this introduction to meta analysis in R](https://www.r-bloggers.com/r-and-meta-analysis/) | ||
|
||
|
||
## Bayes factors {- #bayes-factors} | ||
|
||
|
||
TODO | ||
|
||
Tongue in cheek Chapter that Andy proposed as a Stage 4 option: "doing BF for rubbish data..." | ||
|
||
Cover: | ||
|
||
- What is a BF: http://bayesfactor.blogspot.co.uk/2014/02/the-bayesfactor-package-this-blog-is.html | ||
https://en.wikipedia.org/wiki/Bayes_factor#Interpretation | ||
|
||
- BF package manual http://bayesfactorpcl.r-forge.r-project.org/#twosample | ||
|
||
- BayesFactors not (too) sensitive to choice of priors: http://www.nicebread.de/interactive-exploration-of-a-priors-impact/ | ||
|
||
|
||
|
||
Also explore parameter estimation and inference from posterior of parameters as an alternative approach (see Krusche chapter, and Gelman papers). | ||
|
||
|
||
|
||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.