• Discoverability Visible
  • Join Policy Invite Only
  • Created 31 Aug 2015

"Learning and Using R" 14 posts Sort by created date Sort by defined ordering View as a grid View as a list

Cookbook for R

The goal of the cookbook is to provide solutions to common tasks and problems in analyzing data.

0 comments 3 reposts

Profile picture of Drew LaMar

Drew LaMar onto Learning and Using R

Learn to use R: Your hands-on guide

by Sharon Machlis
edited by Johanna Ambrosio

Computerworld

0 comments 2 reposts

Profile picture of Drew LaMar

Drew LaMar onto Learning and Using R

RExRepos: R Examples Repository

R code examples for a number of common data analysis tasks

0 comments 2 reposts

Profile picture of Drew LaMar

Drew LaMar onto Learning and Using R

R Markdown Reference Guide

0 comments 2 reposts

Profile picture of Drew LaMar

Drew LaMar onto Learning and Using R

R Markdown Cheat Sheet

0 comments 2 reposts

Profile picture of Drew LaMar

Drew LaMar onto Learning and Using R

Getting Started with R Markdown, knitr, and Rstudio 0.96

This post examines the features of R Markdown using knitr in Rstudio 0.96. This combination of tools provides an exciting improvement in usability for reproducible analysis.

0 comments 0 reposts

Profile picture of Drew LaMar

Drew LaMar onto Learning and Using R

R Cheat Sheet

By Nicolás E. Campione

Modified from: P. Dalgaard (2002). Introductory Statistics with R. Springer, New York. 

Download

0 comments 2 reposts

Profile picture of Drew LaMar

Drew LaMar onto Learning and Using R

R Reference Card

by Tom Short, EPRI PEAC, tshort@epri-peac.com 2004-11-07

Granted to the public domain. See www.Rpad.org for the source and latest version. Includes material from R for Beginners by Emmanuel Paradis (with permission).

0 comments 3 reposts

Profile picture of Drew LaMar

Drew LaMar onto Learning and Using R

Get R (and RStudio)

Just getting started as an R user?  You can first try running R on QUBES Hub here, without installing anything.  Eventually, though you will want to install it on your own computer by downloading it here.  RStudio provides a friendlier interface for using R, and can be downloaded here.  Rstudio requires R to be installed, so start by downloading R.

0 comments 2 reposts

Profile picture of Drew LaMar

Drew LaMar onto Learning and Using R

Quick R

This is a great source for basic R functionality like importing and manipulating data.  It also has very helpful information on making graphs (see this page).  

0 comments 3 reposts

Profile picture of Drew LaMar

Drew LaMar onto Learning and Using R

Try R Code School

A free online tutorial for learning basic R commands.  It runs through your browser and does not require you to install R.

0 comments 2 reposts

Profile picture of Drew LaMar

Drew LaMar onto Learning and Using R

Making beautiful plots

Trying to customize plots in R?  This page from the Quick R site provides a great deal of information on customizing plot options, in a much more visual (and less terrifying) format than "?par"

0 comments 2 reposts

Profile picture of Drew LaMar

Drew LaMar onto Learning and Using R

R Shiny Basics

A nice introduction to building apps with R Shiny. Written by the folks at NEON (National Ecological Observatory Network).

0 comments 2 reposts

Profile picture of Drew LaMar

Drew LaMar onto Learning and Using R

Rstudio cheatsheets

Cheatsheets are quickstart guides to using some of the most popular packages and features of Rstudio. This link will direct you to the following cheatsheets: Shiny cheatsheet Data visualization cheatsheet Package development cheatsheet Data wrangling cheatsheet R markdown cheatsheet R markdown reference guide

0 comments 2 reposts

Profile picture of Drew LaMar

Drew LaMar onto Learning and Using R