Skip to content

MANE 6313

Week 2, Module A - R, RStudio, R Markdown

  • The overall goal for week 2 is to begin to use R Markdown within RStudio to analyze statistical problems
    • R Markdown is a file that mixes text (Markdown code) + R code to create a report; when you knit it, the code runs and outputs results/plots into a HTML/PDF/Word document
    • Requires knowledge of R and Markdown
  • RStudio (Posit) is a free IDE for R that supports R Markdown
  • Modes of running RStudio
    • Installing on your personal computer (my preferred method) - covered in Module B
    • Running Posit Cloud - covered in Module G
    • Running RStudio on UTRGV vLab - covered in Module G

R Project

R-Project

link to R-Project


What is R?

What is R

link to What is R


R Environment

R Environment

link to What is R


RStudio

RStudio

link to RStudio


RStudio IDE

RStudio IDE


RStudio IDE link to RStudio IDE


R Markdown

R Markdown link to R Markdown


R Markdown, part 2

R Markdown, part 2


R Markdown, part 3

R Markdown, part 3