Notes from 06/01/12

Here are some things we discovered:

To read in your data, type  data=read.csv(“electric.csv”)
Then in the upper right window of RStudio, look at the Workspace. Clicking on the new data file will bring up a spreadsheet to look at it.

To work with just one variable in a datafile, the syntax is data$variable
e.g., describe(fred$pooltemp)