From f617209dd0b33d86795abe3ef1feeb3da5fc1f85 Mon Sep 17 00:00:00 2001 From: Eric Novik Date: Thu, 28 Apr 2016 21:36:54 -0400 Subject: [PATCH 1/2] Changed the Readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b0dfda5..f267600 100644 --- a/README.md +++ b/README.md @@ -1 +1,5 @@ -This repository contains Stan implementation of A Probability Model for Golf Putting by Gelman and Nolan discussed in this paper: http://stat.columbia.edu/~gelman/research/published/golf.pdf +golf.Rmd - Main Rmd file used to build the project +golf.Rproj - R Project file; you will probably want to create your own +golf.html - Fully rendered HTML output +golf.stan - Stan model +golf_pres.pdf - Presentaion file from the meetup \ No newline at end of file From 828095fa14df82de62a137f36829ae2ecfce09e4 Mon Sep 17 00:00:00 2001 From: Eric Novik Date: Thu, 28 Apr 2016 21:40:01 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f267600..93b82e8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -golf.Rmd - Main Rmd file used to build the project -golf.Rproj - R Project file; you will probably want to create your own -golf.html - Fully rendered HTML output -golf.stan - Stan model -golf_pres.pdf - Presentaion file from the meetup \ No newline at end of file +* golf.Rmd - Main Rmd file used to build the project +* golf.Rproj - R Project file; you will probably want to create your own +* golf.html - Fully rendered HTML output +* golf.stan - Stan model +* golf_pres.pdf - Presentaion file from the meetup