Data Types + R-Practice

Lecture 9

Dr. Elijah Meyer

Duke University
STA 199 - Fall 2023

2023-09-26

Checklist

– Clone ae-08

– hw-3 due tonight

– lab-3 due Thursday at 5:00 pm

– Exam-1 released Thursday ~ 5:00 pm

Exam Discussion

– Longer more involved HW

– Extension questions

– “show your work”

How to study

– Review assessments: What is the code doing?

– Change the code + get comfortable with errors

– Look up help files

When taking the Exam

– Read the instructions

– Start early

– Render PDF early and often. Push ALL files up to GitHub

– Look at your document

– Post clarification questions in Slack

– Will grade your latest PDF submission

– This can not be late

Questions?

Warm Up

fct

dbl

int

chr

Warm Up

fct

dbl

int

chr

What happens when data types mix?

What happens when we try and change data types?

ae-08

– Recreate:

More information

More information on data types can be found here: https://statsandr.com/blog/data-types-in-r/