Recently Published
Data Transformation
Capstone Project
data608 Final Document
clean data for final project
HW3-605
home work
Project 3
scrape data
Final presentation
fianl
Project 4
SQL to NoSQL
sentiment
hw week10
Publish Document
week 9
Week 7
XML, Json, and html
Project2
tidying and transformation
HW_week5_MS607
tidyr
HW3-Data Science Math
distribution
Project1
import text files into r studio, manipulate and extract data, and export to csv
Expressions
Spring library and expressions
Assignment 2
mysql to r
lab1
lab 1 R Studio Assignment
Data Science Math Final Project
Final Project
R Final Project
Final project
HW4-Data Science Math
Solve matrix using R
R Assignment 4
Exploratory Data Analysis in R. Choose an interesting dataset and use R graphics to describe the data. You may use base R graphics, or a graphics package of your choice. You should include at least one example of each of the following:
. histogram . boxplot . scatterplot
Data Dictionary
Is to study the dataset and the associated description of the data (i.e. "data dictionary"). You may need to look around a bit, but it's there! You should take the data, and create a data frame with a subset of the columns (and if you like rows) in the dataset. You should include the column that indicates edible or poisonous and three or four other columns. You should also add meaningful column names and replace the abbreviations used in the data-for example, in the appropriate column, "e" might become "edible." Your deliverable is the R code to perform these transformation tasks.