Publications by Nicole
Tutorial {simPop}
class: center, middle, inverse, title-slide # Tutorial {simPop} ## Simulation of Synthetic Complex Data ### Shang Chi Lee ### Department of Public Health, NCKU ### 2021-12-27 --- ## Overviews ###- Synthetic population: Methods and code ####- Synthetic data ####- Creating the household structure ####- Adding categorical variables #...
6103 sym
Sleep
一、資料整理 pacman::p_load(openxlsx) dta <- read.xlsx(xlsxFile ="ANA_V2(遺漏值改1)(有加權).xlsx", sheet = 'ANA') 資料結構 dta$sleep_grp<-cut(dta$T_Sleep, c(0, 7, 9, 10), c("poor", "moderate", "good")) dta$sleep_grp1<-cut(dta$T_Sleep, c(0, 7, 9, 10), c("1", "2", "3")) 將睡眠進行分組 0~7poor ,8~9moderate, 10 good。 �...
830 sym R (15395 sym/45 pcs) 7 img
Document
class: center, middle, inverse, title-slide # 精神分裂症暴力風險評估 ### Shang Chi Lee ### Department of Public Health, NCKU ### 2022-03-11 --- <style type="text/css"> /* custom.css */ .left-code { color: #777; width: 30%; height: 90%; float: left; } .pull-left { float: left; width: 47%; } .pull-right {...
14568 sym 2 tbl
Sleep
一、資料整理 pacman::p_load(openxlsx) dta <- read.xlsx(xlsxFile ="ANA_V2(遺漏值改1)(有加權).xlsx", sheet = 'ANA') 資料結構 dta$sleep_grp<-cut(dta$T_Sleep, c(0, 7, 9, 10), c("poor", "moderate", "good")) dta$sleep_grp1<-cut(dta$T_Sleep, c(0, 7, 9, 10), c("1", "2", "3")) dta$sleep1_1<-cut(dta$T_Sleep, c(0, 7, 9, 10), c("1", "2", ...
838 sym R (16188 sym/53 pcs) 5 tbl