Publications by Dr Samuel Blay Nguah
Dr Duopah's Fellowship
Data Queries Is PATH in the second data same as study ID? Reading in the datasets dataA <- readxl::read_xlsx(here::here("felicia_form.xlsx")) dataB <- readxl::read_xlsx(here::here("DR. FELICIA LAB DATA - Final.xlsx")) Re-naming and removing empty variabales names(dataA) <- str_replace(names(dataA), "data-", "") dataA <- dataA %>% ...
1254 sym 2 img 1 tbl
PINGS-2
Recruitment summary The summary of patient visit per site for all visits are as shown below: Rectruitment and visits per site CCTH SITE KATH SITE KNUST SITE KORLE-BU SITE KUMASI SOUTH HOSPITAL KWADASO SITE MANHYIA GOVT HOSPITAL TAFO SITE ANKAASE SITE TOTAL Baseline 21 64 26 29 20 19 25 25 9 238 Month ...
2077 sym R (87610 sym/151 pcs) 1 img 1 tbl
Eugenia's Analysis Output
Table 1A Asuogya Sunkwae Dromankoma Kasei Total Test stat. P value Total 61 62 229 124 476 Sex Chisq. (3 df) = 0.37 0.947 Male 32 (52.5) 31 (50) 124 (54.1) 65 (52.4) 252 (52.9) Female 29 (47.5) 31 (50) 105 (45.9) 59 (47.6) 224 (47.1) Child’s family size ANOVA F-test (3, 472 df) = 9.66 ...
135 sym R (3345 sym/6 pcs) 13 tbl
Weight Estimation KATH
================================================================================ Joining, by = "studyid" Below we graph the errors in the data by comparing the weight and height of the data. Note those IDs on the page are for possible wrongly entered data. Figure 1: Height vrs Weight for checking outliers Figure 2: Broselow vrs Weight for ch...
710 sym R (23206 sym/5 pcs) 9 img 2 tbl
Document
Data Management Reading the dataset sbp_data <- readxl::read_excel("Systolic_BP_Variability_data_09072021.xlsx") hb_data <- readxl::read_excel("hillbone_data.xlsx") new_data <- readxl::read_excel("Systolic_BP_Variability_data_09072021.xlsx", sheet = "Sheet2") sid_new <- new_data %>% arrange(sid) %>% pul...
552 sym R (177690 sym/60 pcs)
SCD Ferritin analysis
First we read in the data dataF <- readxl::read_xlsx("C:\\Users\\sbngu\\Dropbox\\Research\\Ernest Amanor\\Red cell indices against ferritin.xlsx") Next we summarize the data dataF %>% summarytools::dfSummary() Data Frame Summary dataF Dimensions: 179 x 6 Duplicates: 0 ------------------------------------------------------...
953 sym R (6155 sym/21 pcs) 9 img
Dennis Community Data
dataHF <- readstata13::read.dta13("health facility comb.dta") dataHW <- readstata13::read.dta13("health woker comb.dta") dataCC <- readstata13::read.dta13("community comb.dta") Summary of the Health Workers Combined Dataset summarytools::dfSummary(dataHW, graph.col = F) Data Frame Summary dataHW Dimensions: 126 x 455 Duplicates: 0 ...
159 sym R (683508 sym/7 pcs)
Document
1 RECRUITMENT, REVIEW VISIT & DATA ENTRY 1.1 Data Entry Summary: All Sites Rectruitment and visits per site CCTH SITE KATH SITE KNUST SITE KORLE-BU SITE KUMASI SOUTH HOSPITAL KWADASO SITE MANHYIA GOVT HOSPITAL TAFO SITE ANKAASE SITE TOTAL Baseline 22 74 26 33 23 19 25 26 14 262 Month 1 17 64 11...
548 sym 11 img 1 tbl