Publications by Thach Tran
SIS hospital (Jan2025) - Exercise Day 4
Chương trình tập huấn phân tích dữ liệu bằng ngôn ngữ R - BV SIS Cần Thơ (2-6/1/2025) Ngày 4: Phân tích theo thời gian Phân tích tương quan Việc 1. Phân tích trước-sau cho 1 nhóm 1.1 Đọc dữ liệu vào R df = read.csv("C:\\Thach\\VN trips\\2024_4Dec\\SIS Can Tho\\Datasets\\Pre-Post study one group.csv...
861 sym R (15813 sym/31 pcs) 7 img
SIS hospital (Jan2025) - Exercise Day 5
Chương trình tập huấn phân tích dữ liệu bằng ngôn ngữ R - BV SIS Cần Thơ (2-6/1/2025) Ngày 5: Hồi qui logistic Việc 1. Đánh giá liên quan giữa trình độ học vấn và nhận xét về lí do TT Clinton tái đắc cử 1996 1.1 Nhập liệu nhanh df = matrix(c(91, 104, 235, 39, 73, 48, 18, 31, 161), nrow =...
1044 sym R (11293 sym/35 pcs) 1 img
SIS hospital (Jan2025) - Exercise Day 3
Chương trình tập huấn phân tích dữ liệu bằng ngôn ngữ R - BV SIS Cần Thơ (2-6/1/2025) Ngày 3: Hồi qui tuyến tính Phân tích tương quan Việc 1. Đọc dữ liệu vào R df = read.csv("C:\\Thach\\VN trips\\2024_4Dec\\SIS Can Tho\\Datasets\\Bone data.csv") Việc 2. Đánh giá mối liên quan giữa cân nặng ...
1238 sym R (17055 sym/74 pcs) 17 img
SIS hospital (Jan2025) - Exercise Day 2
Chương trình tập huấn phân tích dữ liệu bằng ngôn ngữ R - BV SIS Cần Thơ (2-6/1/2025) Ngày 2: Hiển thị dữ liệu Việc 1. Đọc dữ liệu vào R ob = read.csv("C:\\Thach\\VN trips\\2024_4Dec\\SIS Can Tho\\Datasets\\Obesity data.csv") Việc 2. Biểu đồ histogram 2.1 Phân bố tỉ trọng mỡ library(ggplo...
1245 sym R (8731 sym/42 pcs) 13 img
SIS hospital (Jan2025) - Exercise Day 1
Chương trình tập huấn phân tích dữ liệu bằng ngôn ngữ R - BV SIS Cần Thơ (2-6/1/2025) Ngày 1: Giới thiệu ngôn ngữ R Việc 1. Cài đặt R và RStudio https://cran.r-project.org/mirrors.html https://www.rstudio.com/products/rstudio/download Việc 2. Cài dặt các gói phân tích (packages) #install.packages(c("...
1315 sym R (8905 sym/47 pcs) 4 img 4 tbl
Smoking Status and Risks of Fracture
Cumulative and reversible impact of cigarette smoking on fragility fractures Statistical analysis plan: - Aims: to quantify the association between cigarette smoking and risks of (i) any fracture and (ii) hip fracture to quantify number of fractures possibly prevented if smokers woult quit - Design: + Participants: MrOS participants + Outcomes:...
3109 sym R (226198 sym/210 pcs) 10 img 9 tbl
CancerSEEK project (23Sep2024)
A Data management A1. Clinical data: A1.1 Reading clinical data # Note that some datasets used different variable names. All have been corrected. # 1 Control data df = as.data.frame(read_excel("C:\\Thach\\Research projects\\VN research projects\\Cancer project_VN\\Datasets\\Control data.xlsx")) df = df %>% mutate( number = toupper(numbe...
4966 sym R (241835 sym/437 pcs) 58 img 31 tbl
CancerSEEK project
A Data management A1. Clinical data: A1.1 Reading clinical data # Note that some datasets used different variable names. All have been corrected. # 1 Control data df = as.data.frame(read_excel("C:\\Thach\\Research projects\\VN research projects\\Cancer project_VN\\Datasets\\Control data.xlsx")) df = df %>% mutate( number = toupper(numbe...
5090 sym R (243685 sym/431 pcs) 56 img 31 tbl
test
Chương trình tập huấn phân tích dữ liệu bằng ngôn ngữ R - BV 108 Ngày 1: Giới thiệu ngôn ngữ R Việc 1. Cài đặt R và RStudio https://cran.r-project.org/mirrors.html https://www.rstudio.com/products/rstudio/download Việc 2. Cài dặt các gói phân tích (packages) #install.packages(c("readxl", "tidyverse", "d...
823 sym R (6758 sym/34 pcs)
CancerSEEK project - Preliminary analysis
A Data management A1. Clinical data: A1.1 Reading clinical data # Note that some datasets used different variable names. All have been corrected. # 1 Control data df = as.data.frame(read_excel("C:\\Thach\\Research projects\\VN research projects\\Cancer project_VN\\Datasets\\Control data.xlsx")) df = df %>% mutate( number = toupper(numbe...
3563 sym R (160795 sym/292 pcs) 37 img 30 tbl