Skip to content

Commit

Permalink
major revision
Browse files Browse the repository at this point in the history
  • Loading branch information
benwhalley committed Jul 19, 2017
1 parent d0e75c1 commit 2975fcc
Show file tree
Hide file tree
Showing 299 changed files with 214,677 additions and 23,758 deletions.
5 changes: 5 additions & 0 deletions .gitignore
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
22 changes: 14 additions & 8 deletions _bookdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ new_session: yes
output_dir: "docs"

rmd_files:

[ "index.Rmd",
"start_here.Rmd",

Expand All @@ -22,34 +23,39 @@ rmd_files:

"linear-models.Rmd",
"anova.Rmd",
"anova-cookbook.Rmd",

"understanding-interactions.Rmd",
"predictions-and-margins.Rmd",

"general-linear-models.Rmd",
"mediation.Rmd",
"multilevel-models.Rmd",
"cfa.Rmd",
"sem.Rmd",
"cfa-sem.Rmd",
"power-analysis.Rmd",
"meta-analysis.Rmd",
"bayes-factors.Rmd",
"bayes-mcmc.Rmd",


"additional-stubs.Rmd",
"bayes-mcmc.Rmd",


"statistical-explanations.Rmd",
"confidence-vs-prediction-intervals.Rmd",
"multiple-comparisons.Rmd",
"link-functions.Rmd",
"over-fitting.Rmd",
"gof.Rmd",


"loose-ends.Rmd",
"installation.Rmd",
"packages.Rmd",
"colours.Rmd",
"help.Rmd",
"rmarkdown-tricks.Rmd",
"sharing-and-publishing.Rmd",
"functions.Rmd",


"sharing-and-publishing.Rmd",

"references.Rmd"
]

Expand Down
52 changes: 52 additions & 0 deletions additional-stubs.Rmd
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).




219 changes: 0 additions & 219 deletions anova-cookbook.Rmd

This file was deleted.

Loading

0 comments on commit 2975fcc

Please sign in to comment.