Skip to content

jtleek/dataanalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c5a77c0 · Dec 19, 2013

History

51 Commits
Mar 11, 2013
Jan 28, 2013
Nov 9, 2013
Oct 28, 2013
Feb 14, 2013
Feb 19, 2013
Mar 4, 2013
Mar 4, 2013
Dec 19, 2013
Mar 7, 2013
Feb 21, 2013
Jan 26, 2013

Repository files navigation

Lecture slides for data analysis

This repository contains the lecture slides for the Coursera course Data Analysis. The slides were created with the Slidify package in Rstudio.

Downloading the slides

To download the folder with the slides for all lectures, click on the button to download the zip file above.

Installing the software

You will need to install R, Rstudio and Slidify. To install Slidify, open Rstudio and run the commands:

install.packages("devtools")
library(devtools)
install_github("slidify","ramnathv")
install_github("slidifyLibraries","ramnathv")

Setting your working directory

Next, you need to set your working directory to the lecture you would like to compile. You can do this with either the drop down menus or using the setwd() command in R. Pick the directory for the lecture you would like to compile.

Compiling the slides

Once you have completed this step run the commands:

library(slidify)
slidify("index.Rmd")
browseURL("index.html")

This should compile the slides and open the resulting webpage on your computer.

About

The lecture slides for Coursera's Data Analysis class

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published