Publications by Pablo Quan

final_112035116

02.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 be generated that includes both content as well as the output of any embedded R code chunks within...

598 sym 1 img

Publish Document

02.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 be generated that includes both content as well as the output of any embedded R code chunks within...

557 sym R (8834 sym/18 pcs) 1 img

Midterm

14.11.2023

library(tidyverse) library(lubridate) library(dplyr) ##1 bike_orderlines <- readRDS(“./bike_orderlines.rds”) bike_rename <- bike_orderlines %>% mutate(model = case_when( model == “CAAD Disc Ultegra” ~“CAAD12 Disc Ultegra”, TRUE ~ model)) bike_rename <-bike_rename %>% mutate(model = case_when( model == “Syapse Carbon Tiagra” ~“Syna...

2492 sym

Midterm

14.11.2023

library(tidyverse) library(lubridate) library(dplyr) ##1 bike_orderlines <- readRDS(“./bike_orderlines.rds”) bike_rename <- bike_orderlines %>% mutate(model = case_when( model == “CAAD Disc Ultegra” ~“CAAD12 Disc Ultegra”, TRUE ~ model)) bike_rename <-bike_rename %>% mutate(model = case_when( model == “Syapse Carbon Tiagra” ~“Syna...

2492 sym

hw_test_2022

06.11.2023

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 be generated that includes both content as well as the output of any embedded R code chunks within...

598 sym 1 img

hw_1_112035116

06.11.2023

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 be generated that includes both content as well as the output of any embedded R code chunks within...

598 sym 1 img