Publications by Thach Tran
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
Basic Data Analysis Workshop - 108 Hospital (Sept 2024) - Day 5
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 5: Hồi qui logistic Việc 1. Đọc dữ liệu ‘Oxteo-data.xlsx’ và gọi đối tượng là ‘fx’ library(readxl) fx = as.data.frame(read_excel("C:\\Thach\\VN trips\\2024_2Aug\\Data Analysis workshop (Hospital 108)\\Datasets\\Osteo-data.xlsx")...
1177 sym R (15171 sym/66 pcs) 3 img 1 tbl
Basic Data Analysis Workshop - 108 Hospital (Sept 2024) - Day 4
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 4: Hồi qui tuyến tính Việc 1. Đọc dữ liệu vào R ob = read.csv("C:\\Thach\\VN trips\\2024_2Aug\\Data Analysis workshop (Hospital 108)\\Datasets\\obesity data.csv") Việc 2. Đánh giá mối liên quan giữa tuổi và mật độ xương to...
1441 sym R (18689 sym/49 pcs) 9 img 1 tbl
Basic Data Analysis Workshop - 108 Hospital (Sept 2024)- Day 3
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 3: Phân tích so sánh Việc 1. Đọc dữ liệu vào R ob = read.csv("C:\\Thach\\VN trips\\2024_2Aug\\Data Analysis workshop (Hospital 108)\\Datasets\\obesity data.csv") Việc 2. So sánh biến liên tục giữa 2 nhóm: 2.1 So sánh chỉ số kh�...
2044 sym R (5918 sym/48 pcs) 6 img 7 tbl
Basic Data Analysis Workshop - 108 Hospital (Sept 2024) - Day 2
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 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_2Aug\\Data Analysis workshop (Hospital 108)\\Datasets\\obesity data.csv") Việc 2. Mô tả đặc điểm mẫu nghiên cứu: library(table1) ## ##...
1198 sym R (7420 sym/41 pcs) 18 img 2 tbl
Basic Data Analysis Workshop - 108 Hospital (Sept 2024) - Day 1
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...
785 sym R (6738 sym/34 pcs)