Publications by Nguyen Bui

Document

08.01.2022

suppressMessages(library(tidymodels)) data(ad_data, package = 'modeldata') ad_data %>% select(Genotype, Class) ## # A tibble: 333 x 2 ## Genotype Class ## <fct> <fct> ## 1 E3E3 Control ## 2 E3E4 Control ## 3 E3E4 Control ## 4 E3E4 Control ## 5 E3E3 Control ## 6 E4E4 Imp...

1348 sym R (4863 sym/25 pcs) 4 img

Time Series

07.02.2022

suppressMessages(library(fpp3)) ## Warning: package 'lubridate' was built under R version 4.1.2 ## Warning: package 'tsibble' was built under R version 4.1.2 ## Warning: package 'tsibbledata' was built under R version 4.1.2 ## Warning: package 'feasts' was built under R version 4.1.2 ## Warning: package 'fabletools' was built under R version 4.1....

8910 sym R (32718 sym/105 pcs) 37 img

Time Series Analysis P1

19.04.2022

Time Series Analysis || An Introductiory Start (Part 1) 1 Purpose of this notebook The purpose of this notebook is to show how to use the timetkpackage in R to analyze time series data. When we think of time series analysis thefirst thing that would probably come to our mind is “forecasting” The brief introduction to the time series topic...

14625 sym R (25563 sym/41 pcs) 15 img

Time Series II

23.04.2022

setwd("C:/Users/DellPC/Desktop/Corner/R_source_code/time_series") suppressMessages(library(tidyverse)) suppressMessages(library(tidymodels)) ## Warning: package 'parsnip' was built under R version 4.1.3 ## Warning: package 'recipes' was built under R version 4.1.3 suppressMessages(library(fpp3)) ## Warning: package 'lubridate' was built under ...

11340 sym R (16910 sym/91 pcs) 9 img

Thesis - Demand & Supply Planning

15.05.2022

Load package and view data # Set working directory setwd("C:/Users/DellPC/Desktop/thesis") # Load packages suppressMessages(library(tidyverse)) suppressMessages(library(tidymodels)) suppressMessages(library(readxl)) suppressMessages(library(timetk)) suppressMessages(library(tidyquant)) suppressMessages(library(modeltime)) suppressMessag...

622 sym R (29694 sym/73 pcs) 11 img