287568View
16m 30sLenght
1064Rating

A quick introduction to R for those new to the statistical software. --Hopefully you find it useful! ------------------------------ Data used in video: http://bit.ly/NHIS_Data_Sample More Econometrics and R-Software Videos: http://sites.google.com/site/curtiskephart/ta/econ113 R-Code in this Video: http://bit.ly/IntroToRSoftwareCode Download R: https://www.google.com/search?q=r%20statistic%20download Help Loading Data: http://www.youtube.com/watch?v=VLtazaiYo-c -------------------------- A brief introduction to R software. • Start up R, • 2:00 Intro to the R-console and the R-editor window Reading data into R • 2:20 Inputting data manually (reading in a vector) • 4:25 read.csv() - loading a CSV File (comma separated variable file) • 8:19 Setting up a working directory 9:45 Double checking you loaded the data correctly • str() - the structure function • summary() - the summary function • fix() - the fix function 12:30 "Help" with the "read.csv" function and others