Authors

El-ouri_Haya_Homework_1 Latest

22.01.2024

# List of packages packages <- c("tidyverse", "fst", "modelsummary") # add any you need here # Install packages if they aren't installed already new_packages <- packages[!(packages %in% installed.packages()[,"Package"])] if(length(new_packages))...

3425 sym Python (6109 sym/45 pcs) 1 img

SOC222 Homework 1 - Rashad Hakim Latest

22.01.2024

Homework 1 (5%): due by next lecture on Jan. 23 Instructions: Start a new R markdown for the homework and call it “Yourlastname_Firstname_Homework_1”. Copy everything below from Task 1 to Task 5. Keep the task prompt and questions, and provide...

6312 sym Python (7219 sym/47 pcs) 1 img

Data Mining In Class Activity 7 Latest

23.01.2024

Part 1: Linear Regression Recreation with challenger2 ## Example: Space Shuttle Launch Data launch <- read.csv("challenger2.csv") # estimate beta manually b <- cov(launch$temperature, launch$distress_ct) / var(launch$temperature) b [1] -0.03364796 #...

3176 sym

Zhang_Leanna_Homework_1 Latest

23.01.2024

First things first: setting up your environment In the list following c(, you would be any package you need in between quotation marks. # List of packages packages <- c("tidyverse", "fst", "modelsummary") # add any you need here # Install packages...

4050 sym Python (8307 sym/55 pcs) 1 img

Habib_Haris_Homework_1 Latest

23.01.2024

Homework 1 - SOC222 - HARIS HABIB # List of packages packages <- c("tidyverse", "fst", "modelsummary") # add any you need here # Install packages if they aren't installed already new_packages <- packages[!(packages %in%...

2890 sym 1 img

Markdown_Homework_1_RPubs Latest

23.01.2024

First things first: setting up your environment In the list following c(, you would be any package you need in between quotation marks. # List of packages packages <- c("tidyverse", "fst", "modelsummary") # add any you need here # Install packages...

12587 sym Python (11298 sym/83 pcs) 6 img

Dean_Bethel_Homework_1 Latest

23.01.2024

First things first: setting up your environment In the list following c(, you would be any package you need in between quotation marks. List of packages packages <- c(“tidyverse”, “fst”, “modelsummary”) # add any you need here Install...

6623 sym

HW 1 - SOC222 | Kashvi Shah Latest

23.01.2024

Kashvi Shah | 1009413706 # List of packages packages <- c("tidyverse", "fst", "modelsummary") # add any you need here # Install packages if they aren't installed already new_packages <- packages[!(packages %in% installed.packages()[,"Package"])]...

2965 sym Python (7219 sym/47 pcs) 1 img

Luna Marin 6

Marin_Luna_Homework-1 Latest

23.01.2024

Task 1 Provide code and answer. Prompt and question: calculate the average for the variable ‘happy’ for the country of Norway. On average, based on the ESS data, who reports higher levels of happiness: Norway or Belgium? Note: we already did it...

4778 sym 1 img

Quincy Hou 6

HOMEWORK1 Latest

23.01.2024

First things first: setting up your environment In the list following c(, you would be any package you need in between quotation marks. # List of packages packages <- c("tidyverse", "fst", "modelsummary") # add any you need here # Install...

8938 sym Python (7560 sym/35 pcs) 1 img