Publications by Dr Samuel Blay Nguah
Document
PEU Mortality Analysis Author Samuel Blay Nguah Cleaning Code library(tidyverse) df_peu <- readxl::read_excel("PEU new data publication.xlsx", sheet = "Sheet1") %>% janitor::clean_names() %>% rename(month1 = month, year1 = year) %>% mutate( month1 = str_to_sentence(month1), month1 = factor(month1, lev...
108 sym
Publish Document
PEU Mortality Analysis Author Samuel Blay Nguah Cleaning Code library(tidyverse) df_peu <- readxl::read_excel("PEU new data publication.xlsx", sheet = "Sheet1") %>% janitor::clean_names() %>% rename(month1 = month, year1 = year) %>% mutate( month1 = str_to_sentence(month1), month1 = factor(month1, lev...
187 sym 1 tbl
Document
Table of contents Table 1 Table 2 DSMB Analysis Author Samuel Blay Nguah MD Published November 14, 2023 Code df_table_1 <- dget("pings_2_data_ready") %>% filter(eventname == "Baseline") %>% select( a_gender, a_maristat, a_formeduc, d_st_type, d_st_type, arm ) %>% mutate( arm = case_when( ...
200 sym 2 tbl
Document
Table of contents Data Management Table 1 Table 2 Table 3 Table 4 Table 5 Table 6 Table 7 Table 8 Kappa Table All persons Kappa Table: Males Kappa Table: Females Kappa Table: Accra Kappa Table: Ashanti Kappa Table: Central Kappa Table: Northern Kappa Table: Ages - 40-49 years Kappa Table: Ages - 50-59 years Kappa Table: Ages - 60-69 years Kappa T...
1174 sym R (51634 sym/23 pcs) 18 tbl
Publish Document
Table of contents Creating functions for regression Data cleaning Summary of Data Table 1 Table 2 Table 3 Table3 - Sensitivity analysis Hypertension Cognition Study Author Samuel Blay Nguah Published November 9, 2023 Please Note Income less that 90GHC were only 3 so they were added to the “<100GHC” All patients are hypertensive so dis...
1343 sym 4 tbl
Document
Table of contents Creating functions for regression Data cleaning Summary of Data Table 1 Table 2 Table 3 Table3 - Sensitivity analysis Hypertension Cognition Study Author Samuel Blay Nguah Published November 7, 2023 Please Note Income less that 90GHC were only 3 so they were added to the “<100GHC” All patients are hypertensive so dis...
1343 sym 4 tbl
Publish Document
Table of contents Creating functions for regression Data cleaning Summary of Data Table 1 Table 2 Table 3 Hypertension Cognition Study Author Samuel Blay Nguah Published November 7, 2023 Please Note Income less that 90GHC were only 3 so they were added to the “<100GHC” All patients are hypertensive so disease class has been changed to...
1251 sym 2 tbl
Document
Table of contents Creating functions for regression Data cleaning Summary of Data Table 1 Table 2 Table 3 Hypertension Cognition Study Author Samuel Blay Nguah Published November 6, 2023 Please Note Income less that 90GHC were only 3 so they were added to the “<100GHC” All patients are hypertensive so disease class has been changed to...
1252 sym 2 tbl
Publish Document
Table of contents Data Management Table 1 Table 2 Table 3 Table 4 Table 5 Table 6 Table 7 Table 8 Kappa Table All persons Kappa Table: Males Kappa Table: Females ASCVD Risk Study Author Samuel Blay Nguah MD Published October 21, 2023 Data Management Code #---------------------------- Reading in data ---------------------------------- df_...
616 sym 11 tbl
Document
Table of contents Data Management Table 1 Table 2 Table 3 Table 4 Table 5 Table 6 Table 7 Table 8 ASCVD Risk Study Author Samuel Blay Nguah MD Published October 6, 2023 Data Management Code #---------------------------- Reading in data ---------------------------------- df_ascvd <- readxl::read_excel( path = "Procat-Gh Dat...
436 sym 8 tbl