Tag Archives: science

Using R for Introductory Statistics

Data Quickly entering in small data sets is the c function: >typos = c(2,3,0,3,1,0,0,1) >typos [1] 2 3 0 3 1 0 0 1 Note: The assignment operator is a = and it can be a <- [1] indicates the … Continue reading

Posted in Ph.D., Programming, tips and tricks | Tagged , , , , | Leave a comment