Publications by Thach Tran
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)
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...
2640 sym Python (56188 sym/115 pcs) 25 img 21 tbl
Population attributable risk of lifestyle factors on fractures
Contribution of lifestyle risk factors to fracture risks Study protocol Aim: to quantify the contribution of lifestyle factors to the variability of the risk of (i) any fracture and (ii) hip fracture Design: - Data from all participants from MrOS/SOF with data on 1+ lifestyle factors (smoking, drinking, physcial activity, calcium use, protein ...
3187 sym R (220014 sym/168 pcs) 4 img 12 tbl
Fragility of evidence for anti-fracture efficacy (updated)
Fragility of evidence for anti-fracture efficacy: A systematic review Data management Libraries needed: library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.3 ✔ readr 2.1.4 ## ✔ forcats 1.0.0 ✔ strin...
3748 sym R (86286 sym/325 pcs) 45 img 62 tbl
Fragility of evidence for anti-fracture efficacy (updated)
Fragility of evidence for anti-fracture efficacy: A systematic review Data management Libraries needed: library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.3 ✔ readr 2.1.4 ## ✔ forcats 1.0.0 ✔ strin...
3693 sym R (85456 sym/323 pcs) 44 img 61 tbl
Fragility of evidence for anti-fracture efficacy
Fragility of evidence for anti-fracture efficacy: A systematic review Data management Libraries needed: library(tidyverse) ## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.3 ✔ readr 2.1.4 ## ✔ forcats 1.0.0 ✔ strin...
3643 sym R (82529 sym/321 pcs) 43 img 61 tbl