├── .gitignore ├── README.md ├── bayes_R2.R ├── bayes_R2.Rproj ├── bayes_R2.bib ├── bayes_R2.pdf ├── bayes_R2.tex └── fig ├── bayesr2post.pdf ├── rsquared1a-gg.pdf ├── rsquared1a.pdf ├── rsquared1b-gg.pdf ├── rsquared1b.pdf ├── rsquared2a-gg.pdf └── rsquared2b-gg.pdf /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgabry/bayes_R2/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgabry/bayes_R2/HEAD/README.md -------------------------------------------------------------------------------- /bayes_R2.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgabry/bayes_R2/HEAD/bayes_R2.R -------------------------------------------------------------------------------- /bayes_R2.Rproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgabry/bayes_R2/HEAD/bayes_R2.Rproj -------------------------------------------------------------------------------- /bayes_R2.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgabry/bayes_R2/HEAD/bayes_R2.bib -------------------------------------------------------------------------------- /bayes_R2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgabry/bayes_R2/HEAD/bayes_R2.pdf -------------------------------------------------------------------------------- /bayes_R2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgabry/bayes_R2/HEAD/bayes_R2.tex -------------------------------------------------------------------------------- /fig/bayesr2post.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgabry/bayes_R2/HEAD/fig/bayesr2post.pdf -------------------------------------------------------------------------------- /fig/rsquared1a-gg.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgabry/bayes_R2/HEAD/fig/rsquared1a-gg.pdf -------------------------------------------------------------------------------- /fig/rsquared1a.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgabry/bayes_R2/HEAD/fig/rsquared1a.pdf -------------------------------------------------------------------------------- /fig/rsquared1b-gg.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgabry/bayes_R2/HEAD/fig/rsquared1b-gg.pdf -------------------------------------------------------------------------------- /fig/rsquared1b.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgabry/bayes_R2/HEAD/fig/rsquared1b.pdf -------------------------------------------------------------------------------- /fig/rsquared2a-gg.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgabry/bayes_R2/HEAD/fig/rsquared2a-gg.pdf -------------------------------------------------------------------------------- /fig/rsquared2b-gg.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgabry/bayes_R2/HEAD/fig/rsquared2b-gg.pdf --------------------------------------------------------------------------------