stephens999/fiveMinuteStats

wasser et al references?

Opened this issue · 1 comments

@mdavy86 thanks for your PR. I haven't worked with refs before in knitr...

the Wasser et al refs don't
seem to show up in likelihood_ratio_simple_models.html
any ideas?

@stephens999, my mistake, I did not commit some of the latest html versions in doc including likelihood_ratio_simple_models.html and BF_and_pvalue.html which contain the references.

These files have been added to mdavy86@8e61683 on the same branch ready for another pull request. I used wflow_build(all=TRUE) to force all knitr documents in analysis to be rendered again before committing.

knitr references just require a bibtex file and bibliography: citations.bib in the yaml header for specific Rmd files. The citation style differs slightly to LaTeX as well.

I found http://rmarkdown.rstudio.com/authoring_bibliographies_and_citations.html quite useful, quite customizable.