Publications by Dr Samuel Blay Nguah
Document
SPARCo 2 Analysis: MOCA Importing data Data Preparation Code df_sparco_2_clean <- df_sparco_2 %>% select( -c(telephone2, consent_sign, participant_name, consent_person, first_name, middle_name, last_name, residential, digital_address, social_family_relations, lhimsno, sparco_i_id, telephone1, ...
284 sym 5 tbl
Document
Table of contents Table 1 Table 2 Paper 2 Author Dr Samuel Blay Nguah Published December 26, 2024 Code library(tidyverse) df_cathlab <- readxl::read_xlsx(path = "CATHLAB REGISTRY DATA_Clean 4.xlsx") %>% janitor::clean_names() %>% rename( baseline_hb = baseline_haematology_hb_13g_dl_male_11g_dl_female, ld...
221 sym 2 tbl
Document
SPARCo 2 Analysis Importing data Data Preparation Code df_sparco_2_clean <- df_sparco_2 %>% select( -c(telephone2, consent_sign, participant_name, consent_person, first_name, middle_name, last_name, residential, digital_address, social_family_relations, lhimsno, sparco_i_id, telephone1, att...
169 sym 2 tbl
Document
SPARCo 2 GraphsTables First Second Third Fourth Characteristic Overall N = 3311 Male N = 1831 Female N = 1481 p-value2 weight 22 (16, 34) 22 (16, 30) 23 (16, 42) 0.039 Unknown 22 7 15 height 121 (105, 141) 120 (105, 137) 122 (105, 150) 0.3 Unknown 134 70 64 1 Median (Q1, Q3) 2 Wilcoxon rank sum test Characteristic Overa...
201 sym 5 img 2 tbl
Publish Document
Table of contents Data preparation Table 1 - Preparation Table 2 preparation Table 3 preparation Table 1 Table 2 Table 3 DSMB Analysis Author Samuel Blay Nguah MD Published December 1, 2024 Data preparation Table 1 - Preparation Show the code df_table_1 <- dget("pings_2_data_ready") %>% #labelled::look_for("adverse") filter(e...
589 sym Python (17503 sym/20 pcs) 3 tbl
Document
Table of contents Reading data Importing data Data management Labeling data Heart Failure Reading data Code # df_new <- # readxl::read_xlsx( # path = "Heart_Failure_Registry_21-10-2024 11_00 AM -DM.xlsx", # sheet = 1) %>% # janitor::clean_names() # # df_readmission <- # readxl::read_xlsx( # path = "Heart_Fail...
263 sym 1 tbl
Document
Table of contents Reading data Data Exploring Analysis plots Error Categories Percentage & Mean Error Bland-and-Altman (Raw) Weighted Bland-and-Altman (weighted) Pawper-on-a-page Author Affiliation Samuel Blay Nguah MD Kwame Nkrumah University of Science & Technology Published October 31, 2024 Reading data Show the codedf_p...
775 sym 11 img
Document
Table of contents Reading the data Generate summary of data Table CRISP Grant Application Author Affiliation Dr Samuel Blay Nguah Kwame Nkrumah University of Science & Technology Published October 27, 2024 Reading the data Show the codelibrary(tidyverse) df_crisp_m0 <- readxl::read_xlsx( "CONTROLLINGRESISTANT...
450 sym 4 img 1 tbl
Document
NNJ Maternal Knowledge Code library(tidyverse) nnj_mat <- dget("nnj") %>% select( sid, mage, meduc, maristat, occup, mincome, nhis, gravid, parity, delplace, matbldgrp, mrhesus, prev_nnj, heardnnj, anc, hprof, friend, radio, social, prev_chn, othersnnj, nnj_oth_2, what_is_nnj, danger1, danger2, danger_s...
410 sym Python (7862 sym/8 pcs) 1 img 3 tbl
Document
NTD Study Author Dr Samuel Blay Nguah Read in data Code df_ntd_cases <- readxl::read_xlsx("ntd-data.xlsx", sheet = 1) %>% janitor::clean_names() %>% mutate( case_control = rep("Case", by = nrow(.)), id = row_number(), presc = as.character(presc)) df_ntd_control <- readxl::read_xlsx("ntd-data...
110 sym 1 tbl