Publications by Khánh

Báo cáo AI và Digitalization

17.09.2022

1. Packages và đọc dữ liệu library(haven) library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.1 ── ## ✓ ggplot2 3.3.5 ✓ purrr 0.3.4 ## ✓ tibble 3.1.6 ✓ dplyr 1.0.8 ## ✓ tidyr 1.2.0 ...

270 sym R (7103 sym/17 pcs) 6 img

Buổi 2: Data Structure

21.09.2022

Ôn lại buổi 1 1. Cài thư mục làm việc (Rscript) Rscript không biết đang ở trong thư mục nào getwd() - thư mục làm việc hiện tại setwd() - cài thư mục làm việc mới (chỉ cần dùng với Rscript) dir() - file folder đang có trong thư mục làm việc getwd() [1] "/Users/hoangkhanh/Library/CloudSto...

17339 sym Python (2870 sym/82 pcs)

Binomial Distribution

28.09.2022

library(dplyr) library(ggplot2) e.random <- rbinom(n = 10000, size = 10, prob = 0.5) e.prop <- prop.table(table(e.random)) e.prop <- data.frame(e.prop) t.prop = dbinom(x = 0:10, size = 10, prob = 0.5) t.prop <- data.frame(x = 0:10, t.prop) dat <- e.prop %>% rename( x = e.random, e.prop = Freq ) %>% mutate( x = as.numeric(x...

1204 sym R (741 sym/6 pcs) 2 img

Tạo thử rmarkdown

07.11.2022

Test 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 the doc...

585 sym 1 img

Document

29.12.2022

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 t...

591 sym 1 img

Stress

29.03.2022

library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.1 ── ## ✓ ggplot2 3.3.5 ✓ purrr 0.3.4 ## ✓ tibble 3.1.6 ✓ dplyr 1.0.7 ## ✓ tidyr 1.1.4 ✓ stringr 1.4.0 ## ✓ readr 2.1.1 ✓ f...

7025 sym R (20705 sym/86 pcs) 3 img

Chuyên đề thực tập - arima - san bằng mũ

26.03.2022

Gọi packages library(readxl) library(fBasics) ## Loading required package: timeDate ## Loading required package: timeSeries library(tseries) ## Registered S3 method overwritten by 'quantmod': ## method from ## as.zoo.data.frame zoo library(ggplot2) library(rmarkdown) Đọc dữ liệu Để đánh giá hiệu quả kinh doanh c�...

4654 sym R (9381 sym/60 pcs) 10 img

Midterm - Khánh

25.03.2022

library(rmarkdown) library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.1 ── ## ✓ ggplot2 3.3.5 ✓ purrr 0.3.4 ## ✓ tibble 3.1.6 ✓ dplyr 1.0.7 ## ✓ tidyr 1.1.4 ✓ stringr 1.4.0 ## ✓ read...

2356 sym R (5338 sym/39 pcs) 3 img

Bai 3

13.03.2022

5 + 4 ## [1] 9 5 / 2 ## [1] 2.5 5 %% 3 ## [1] 2 print("Hello world!") ## [1] "Hello world!" ...

13 sym R (84 sym/8 pcs)

Lao động nước ngoài tại Việt Nam từ giai đoạn 2016 - 2020

11.05.2022

1. Phân bổ lao động theo các năm Packages và dữ liệu ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.1 ── ## ✓ ggplot2 3.3.5 ✓ purrr 0.3.4 ## ✓ tibble 3.1.6 ✓ dplyr 1.0.8 ## ✓ tidyr 1.2.0 �...

961 sym R (4827 sym/23 pcs) 6 img 3 tbl