Publications by Daniel Lee

Document

17.09.2024

# Load Packages library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.4 ✔ readr 2.1.5 ## ✔ forcats 1.0.0 ✔ stringr 1.5.1 ## ✔ ggplot2 3.5.1 ✔ tibble 3.2.1 ## ✔ lubridate 1.9.3 �...

142 sym R (4432 sym/12 pcs)

Code Along 3 - Part 2 - tidy quant::tq_get

16.09.2024

# Load Packages library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.4 ✔ readr 2.1.5 ## ✔ forcats 1.0.0 ✔ stringr 1.5.1 ## ✔ ggplot2 3.5.1 ✔ tibble 3.2.1 ## ✔ lubridate 1.9.3 ✔ tid...

120 sym R (2312 sym/15 pcs)

Code Along 3 - Part 3 - Charting w/ tidyquant

16.09.2024

# load packages library(tidyverse) # core functions ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.4 ✔ readr 2.1.5 ## ✔ forcats 1.0.0 ✔ stringr 1.5.1 ## ✔ ggplot2 3.5.1 ✔ tibble 3.2.1 ## ✔ lubridate ...

59 sym R (2263 sym/8 pcs) 3 img

Code Along 3 - Part 4 - Performance Analysis w/ tidy quant

16.09.2024

#Load Packages library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.4 ✔ readr 2.1.5 ## ✔ forcats 1.0.0 ✔ stringr 1.5.1 ## ✔ ggplot2 3.5.1 ✔ tibble 3.2.1 ## ✔ lubridate 1.9.3 ✔ tidy...

142 sym R (4336 sym/12 pcs)

Code Along 3 Pt 1 FA

16.09.2024

Provide major takeaways from Chapter 1 in 50 words ] The model the book talks about when coding is starting off by importing the data into R Studio, then tidying your data which essentially means storing it in a way that is identical of the “semantics of the dataset” in being stored, to which we then tranform the data which is narrowing in on w...

858 sym

Code Along 3 - Part 1 - Reproducable Finance w/ R

16.09.2024

Provide major takeaways from Chapter 1 in 50 words. Reproducible Finance with R teaches beginners to generate multiple outcomes from very minimal inputs. The author reinforces key concepts through repeated use of functions and processes. It covers data visualization, useful apps, and various packages, showing how these tools work together to stream...

412 sym

Code Along 3 DA

16.09.2024

0.1 What can RMarkdown be used for? HTML Reports & PDF Reports HTML Slide Decks & PowerPoint Interactive Dashboards Books with bookdown Websites with blogdown 0.2 Key Resources RMarkdown Website with Gallery Key Reference: RMarkdown - The Definitive Guide PDF Printing Setup: tinytex 1 Write with Markdown 2 Header 1 2.1 Header 2 2.1.1 Header ...

1096 sym 1 img

Test Publishing

15.09.2024

Do your work here library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.4 ✔ readr 2.1.5 ## ✔ forcats 1.0.0 ✔ stringr 1.5.1 ## ✔ ggplot2 3.5.1 ✔ tibble 3.2.1 ## ✔ lubridate 1.9.3 ✔ t...

25 sym R (1627 sym/4 pcs)

Apply 1

15.09.2024

0.1 What can RMarkdown be used for? HTML Reports & PDF Reports HTML Slide Decks & PowerPoint Interactive Dashboards Books with bookdown Websites with blogdown 0.2 Key Resources RMarkdown Website with Gallery Key Reference: RMarkdown - The Definitive Guide PDF Printing Setup: tinytex # PDF Knitting Setup: https://yihui.name/tinytex/ # install.p...

1245 sym Python (441 sym/6 pcs) 3 img 1 tbl

Document

15.09.2024

filter rows filter(flights, month== 1, day== 1) ## # A tibble: 842 × 19 ## year month day dep_time sched_dep_time dep_delay arr_time sched_arr_time ## <int> <int> <int> <int> <int> <dbl> <int> <int> ## 1 2013 1 1 517 515 2 830 819 ## 2 2013 1 1 ...

290 sym Python (21074 sym/52 pcs) 1 img