[R] Second attempt: Cannot reproduce tutorial results

2019-02-25 Thread Jason Hernandez via R-help
Okay, I switched to plain text. Let's see if people can see this better. I have come back to trying to learn R after a long time away, and have begun with the YouTube tutorial videos by David Langer, as seen on "Introduction to Data Science with R - Data Analysis Part 1." I am using R Studio with

[R] Cannot reproduce tutorial results

2019-02-22 Thread Jason Hernandez via R-help
I have come back to trying to learn R after a long time away, and have begun with the YouTube tutorial videos by David Langer, as seen here Introduction to Data Science with R - Data Analysis Part 1. I am using R Studio with R version 3.4.4 (2018-03-15) -- "Someone to Lean On" Around 1:16:00 in

[R] Cannot Install Packages

2016-05-10 Thread Jason Hernandez via R-help
I have been trying to install the package "reshape2" using the code: > install.packages("reshape2") I get the following return: Installing package into ‘C:/Users/Jason/Documents/R/win-library/3.0’ (as ‘lib’ is unspecified) Warning: unable to access index for repository http://cran.cs.wwu.edu/bin/

[R] Using read.csv() to import data

2016-04-24 Thread Jason Hernandez via R-help
I am just beginning to learn R, using _R for Dummies_ by Andrie de Vries and Joris Meys. I am using Windows 7, and RGui (64-bit) version 3.0.2. I have reached the chapter on "Getting Data Into and Out of R." But the code they use for importing data doesn't seem to be working for me. Their examp