STAT 1010 - Fall 2022
By the end of this lesson, you should:
Have downloaded R, and know how to start a project
Drawn your first ggplot in R
For our course we will be using R and RStudio. Use the QR code below or click here..
Open RStudio and do the following:
Hit the “Browse” button, then the “New Folder” button and name it “Stats1010.” All work related to this class will be in this folder, and we will create a new document for each chapter and homework.
then hit “Create project.”
Quarto is a recently developed framework that interactively connects to multiple programming languages and allows for advanced statistical work to be linked to word processing with ease. It will be the basis for our course and for data analysis.
Name the document “lec_01” and hit create
Insert a code chunk
Click here or the qr code below to write your first line of code