Scripts and Notebooks

2024-01-31

Last Week

  • Setting up

    What we have installed:

    • Python
    • R
    • Rstudio
    • Quarto

This Week

We’ve read the following text book chapters

  1. Computer Basics

  2. RStudio’s Interface

  3. Scripts and Notebooks

Homework1

  • Create a Stat151 folder in a place where you can find it again

  • Go to homework

  • Click “Download the starter qmd file”

Raw content file

Now you should see something like this, this is the raw file content:

Paste Everything

  • Open a quarto document in RStudio

  • Copy everything in the raw file content from last step and paste in your quarto document (make sure you paste under the source mode)

  • Save the file as 01-Lastname-Firstname.qmd to folder Stat151.

  • Now you are ready to do the homework.

Next Time

We will get to know programming and basic data structures

Please read:

  1. Introduction to Programming

  2. Variables and Basic Data Types