Authors
Jenny Ton 7
Module 2 Lab: HTML Bio Latest
22.01.2024
Self Introduction Hi, my name is Trang Ton, but I also go by Jenny at school. I am from Ho Chi Minh City, Vietnam, and have studied abroad in the US for 4+ years. I am a third-year double majoring in Business Analytics and Accounting at the...
1880 sym 1 img
Question 3.1a Latest
22.01.2024
#Question 3.1a Clear the environment rm(list = ls()) Load libraries library(ISLR) library(caret) ## Loading required package: ggplot2 ## Loading required package: lattice Load data into data frame and convert last column to a factor data <-...
448 sym R (2855 sym/15 pcs) 1 img
Markiewicz_Alexandra_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))...
2789 sym 1 img
Nagpal_Angela_homework1 Latest
22.01.2024
packages <- c("tidyverse", "fst", "modelsummary") new_packages <- packages[!(packages %in% installed.packages()[,"Package"])] if(length(new_packages)) install.packages(new_packages) lapply(packages, library, character.only = TRUE) ## ──...
2055 sym 1 img
Learning to Load Packages Latest
22.01.2024
Learning to Load Packages Load Packages Example tidyverse “r tidyverse documentation” if (!require(tidyverse)){ install.packages("tidyverse", dependencies = TRUE) require(tidyverse) } Loading required package: tidyverse ── Attaching...
380 sym Python (2266 sym/25 pcs)
Kaur_Gurjyot_Homework_1 Latest
23.01.2024
Set up: # 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"])]...
4192 sym 1 img
Homework 1 Latest
23.01.2024
R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. When you click the Knit button a document will...
4036 sym 3 img
Petsche_Lauren_Homework_1 Latest
23.01.2024
packages <- c("tidyverse", "fst", "modelsummary") new_packages <- packages[!(packages %in% installed.packages()[,"Package"])] if(length(new_packages)) install.packages(new_packages) lapply(packages, library, character.only = TRUE) ## ──...
3519 sym R (6002 sym/34 pcs) 1 img
Homework 1 Latest
23.01.2024
Setting up environment # 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"])]...
3466 sym 1 img
Salman_Eesha_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...
3061 sym R (5829 sym/46 pcs) 1 img