stephens999 / stat302

notes from my 302 class on Bayesian methods and principles of statistics
27 stars 46 forks source link

problems downloading data #2

Closed stephens999 closed 10 years ago

stephens999 commented 10 years ago

I down load the R code from the file "train_test.R", but I can not get access to the data. How can I run it from github?

I am new to github, my question might seem silly. Thank you for helping me.

stephens999 commented 10 years ago

You need to download the whole repo, not just that file.

The easiest way to do this is to click the "download Zip" button at the bottom right hand corner.

However the right way is to install git on your computer and use "git clone". See the tutorial for more details.

http://kbroman.github.io/github_tutorial/pages/first_time.html