-
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
39db610
commit 8993f59
Showing
10 changed files
with
351 additions
and
344 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,4 +1,4 @@ | ||
docs/* | ||
docs/ | ||
TODO | ||
_archive | ||
unused* | ||
|
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 |
---|---|---|
|
@@ -46,5 +46,4 @@ Imports: | |
stringr, | ||
tidyverse, | ||
tufte, | ||
waffle | ||
|
||
waffle, |
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 |
---|---|---|
|
@@ -2,7 +2,4 @@ | |
title: 'Explanations' | ||
--- | ||
|
||
|
||
|
||
# (PART) Explanations {-} | ||
|
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 |
---|---|---|
|
@@ -2,9 +2,4 @@ | |
title: 'Analysis' | ||
--- | ||
|
||
|
||
|
||
|
||
# (PART) Models {-} | ||
|
||
|
||
# (PART) Models {-} |
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 |
---|---|---|
@@ -1,49 +1,39 @@ | ||
--- | ||
title: 'Bayes factors' | ||
|
||
--- | ||
|
||
|
||
```{r, include=FALSE} | ||
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/) | ||
|
||
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..." | ||
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). | ||
|
||
- 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). |
Oops, something went wrong.