Skip to content

Instantly share code, notes, and snippets.

@danyalejo16
danyalejo16 / quiz2.md
Created March 5, 2019 23:31 — forked from mGalarnyk/quiz2.md
Exploratory Data Analysis Quiz 2 (Week 2) for the John Hopkins Data Science Specialization github repo https://github.com/mGalarnyk/datasciencecoursera/tree/master/4_Exploratory_Data_Analysis

Exploratory Data Analysis Quiz 2 (JHU) Coursera

Question 1

Under the lattice graphics system, what do the primary plotting functions like xyplot() and bwplot() return?

  • nothing; only a plot is made

  • an object of class "lattice"

@danyalejo16
danyalejo16 / gist:ed65d2e496f63d92947b8bc47d53952b
Created February 21, 2019 21:30 — forked from javierarce/gist:5301260
¿Cómo insertar una imagen en Ilustres?

¿Cómo insertar una imagen en Ilustres?

  1. Sube la imagen a tu servidor, a una carpeta pública de Dropbox, etc.

  2. Pega el siguiente código, reemplazando URL_DE_LA_IMAGEN por la URL en cuestión.

<img src="URL_DE_LA_IMAGEN" />

  1. Puntos extras (con link a la propia imagen para verla a tamaño completo):
@danyalejo16
danyalejo16 / quiz4.md
Created December 25, 2018 23:40 — forked from mGalarnyk/quiz4.md
Getting and Cleaning Data Quiz 4 (Week 4) John Hopkins Data Science Specialization Coursera for the github repo https://github.com/mGalarnyk/datasciencecoursera/tree/master/3_Getting_and_Cleaning_Data

Getting and Cleaning Data Quiz 4 (JHU) Coursera

Question 1

The American Community Survey distributes downloadable data about United States communities. Download the 2006 microdata survey about housing for the state of Idaho using download.file() from here:

https://d396qusza40orc.cloudfront.net/getdata%2Fdata%2Fss06hid.csv

and load the data into R. The code book, describing the variable names is here:

@danyalejo16
danyalejo16 / quiz3.md
Created December 25, 2018 23:30 — forked from mGalarnyk/quiz3.md
Getting and Cleaning Data Quiz 3 (Week 3) John Hopkins Data Science Specialization Coursera for the github repo https://github.com/mGalarnyk/datasciencecoursera/tree/master/3_Getting_and_Cleaning_Data

Getting and Cleaning Data Quiz 3 (JHU) Coursera

Question 1

The American Community Survey distributes downloadable data about United States communities. Download the 2006 microdata survey about housing for the state of Idaho using download.file() from here:

https://d396qusza40orc.cloudfront.net/getdata%2Fdata%2Fss06hid.csv

and load the data into R. The code book, describing the variable names is here:

@danyalejo16
danyalejo16 / quiz1.md
Created December 25, 2018 23:04 — forked from mGalarnyk/quiz1.md
Getting and Cleaning Data Quiz 1 (Week 1) John Hopkins Data Science Specialization Coursera for the github repo https://github.com/mGalarnyk/datasciencecoursera/tree/master/3_Getting_and_Cleaning_Data

Getting and Cleaning Data Quiz 1 (JHU) Coursera

Question 1

The American Community Survey distributes downloadable data about United States communities. Download the 2006 microdata survey about housing for the state of Idaho using download.file() from here:

https://d396qusza40orc.cloudfront.net/getdata%2Fdata%2Fss06hid.csv

and load the data into R. The code book, describing the variable names is here: