Skip to Main Content
George Mason University | University Libraries
See Updates and FAQs for the latest library services updates. Subject Librarians are available for online appointments, and Virtual Reference has extended hours.

Software: Learn R

Resources to learn and use the Open Source Statistical software R (R-Project)

Packages

Describe & Visualize

Charts and Tables
  • DescTools
  • inspectdf
  • SmartEDA
  • dlookr
  • ggquickeda - Best if you have categorical variables and would like to modify them before creating visuals.
    • Only imports csv files within the interface, or can specify dataset when starting.
    • Includes many tools to modify categorical data, like creating factors and merging groups.
    • Many options to create plots, though the interface is cluttered and not always intuitive. Can also create Descriptive Statistics tables
  • ExPanDar - Point-and-Click Interface (can import SPSS files)
    • Nice looking, but not customizable. Further, no code is produced, but you can make data changes such as: change variables, filter cases, group by factor levels, remove some outliers, and create new variables through formulas. Can save and restore settings, and can right click to save images (as png).
    • Designed for time series, but datasets with any unique numeric variable will work
Special Purpose
  • summarytools - Creates SPSS-like tables such as frequency, descriptive, and crosstabs
  • DataExplorer - Focuses on plots and reporting, also includes some data cleaning/prep  functions ("feature engineering").

Easier Syntax / for Teaching

Open Textbooks / Curriculums