Nicholas Horton, Randall Pruim, and Danny Kaplan
Skidmore Albany Chapter May 9, 2015
Plan for today:
Welcome: introductions and overview
Vignettes and related resources: guide to additional materials
Intro to RStudio: the basics
Less Volume, More Creativity: making R and RStudio more accessible to students and instructors
Markdown: reproducible analysis to facilitate projects
First day: what to do on the first day
Welcome to the “Teaching Statistics using R and RStudio” shortcourse As we gather, please check out: http://www.amherst.edu/~nhorton/skidmore for useful information related to the shortcourse This has pointers to resources, vignettes, and other information.
I want to start by acknowledging:
Project MOSAIC (http://www.mosaic-web.org) is an NSF funded initiative to create a community of educators to develop a new way to introduce mathematics, statistics, computation and modeling to students in colleges and universities (Kaplan PI)
Our goal: Provide a broader approach to quantitative studies that provides better support for work in science and technology. The focus of the project is to tie together better diverse aspects of quantitative work that students in science, technology, and engineering will need in their professional lives, but which are today usually taught in isolation, if at all.
The name MOSAIC reflects the first letters — M, S, C, C — of key components of a quantitative education:
To facilitate use of R and RStudio and the mosaic package for the teaching of statistics, we have created a number of online resources.
These can be found at the Vignettes link at http://cran.r-project.org/web/packages/mosaic
We welcome comments and suggestions for any of these materials (which are distributed under a Creative Commons Remix with Attribution License)
We will refer to these resources throughout the workshop.
Other materials may be useful for examples or working code snippets
We will be using data from the Health Evaluation and Linkage to Primary (HELP) care randomized clinical trial (RCT) throughout this workshop (and in some of the vignettes):
RStudio is available as a client or server (Linux based) interface.
We find that this dramatically simplifies the use of RStudio in the first few weeks of a class.
Details can be found at http://www.rstudio.com/resources/faqs (under Academic
)
Feel free to sit back and watch, or follow along If you want to install things on your own, you'll need:
Let's take a quick tour of the RStudio interface…
R (or its predecessor S) has been around for 30 years. Why do we now need the mosaic package?
R (or its predecessor S) has been around for 30 years. Why do we now need the mosaic package?
There are a number of ways to work in RStudio:
See paper at http://escholarship.org/uc/item/90b2f5xh
Improved support in the Preview release
Any questions?