π Scan to see the material
π§βπ« About Me
- πΈ I love taking pictures.
- π¬ I enjoy watching movies.
- ποΈ I also like shopping.
- π± I LOVE cats.
- π΅ And one lie: βIβm a professional music player.β π
π² Two Truths and a Lie
- Get into groups of 3 or 4.
- Take turns sharing 2 truths and 1 lie about yourself.
- Your group will try to guess which one is the lie.
- Youβll have 10 minutes to chat.
π§βπ€βπ§ Now Letβs Get to Know You
- Iβm going to open the student list with names and photos.
- Presence is not recorded, this is just to connect with each other.
π Moodle and Course Info
- Go to: Moodle Link
- In Unit Information, you can find:
- Unit details
- My consultation hours:
- π Thursdays 12:00 PM β 2:15 PM (hybrid)
- π Room 232, Building 6 (Clayton) or Zoom link
π Assessments
- You can earn 10% easily by mini quizzes:
- Record a video
- Peer grading
- Stay updated and use the forums to ask questions
π» Installing R and RStudio
- Go to Learning Section > Week 1
- Click on Installing R and R Studio
π Link to tutorial: learnr.numbat.space/chapter1
π Why R and RStudio?
- This semester weβll analyze and visualize real-world data
- We use R, a powerful tool for data analysis
- And RStudio, a user-friendly interface to run R
Letβs get them installed together now!
πΎ Installing R and RStudio
π Which version to choose?
- If youβre using Mac:
- If your chip is M1, M2, M3, or M4 β use the first link (arm64)
- Otherwise β use the second link (Intel, x86_64)
- If youβre using Windows:
- Click on the first one labeled βbaseβ
β³ You have 15 minutes to try installing both tools.
βοΈ If You Canβt Install: Use RStudio Cloud
- Go to posit.cloud
- You can login with your Google account
- Click New Project β RStudio Project
- RStudio will open in your web browser, no installation needed!
π¨ Customising RStudio Appearance
- I personally love the dark theme!
- You can change the look of RStudio:
- Go to Tools > Global Options > Appearance
- Pick a theme you like
- Click Apply
πͺ RStudio Panes Overview
- Console (Bottom Left) β Run and test code
- Script Editor (Top Left) β Write and save your code
- Environment/History (Top Right) β See stored variables and past commands
- Files/Plots/Packages/Help (Bottom Right) β View plots, install packages, get help
β¨οΈ Running Code in RStudio
- To run a line of code from the script:
- Mac:
Command + Enter
- Windows:
Ctrl + Enter
Letβs try writing some code together now!