Publications by Dr Samuel Blay Nguah

Document

04.01.2024

Table of contents Reading in the data Data manipulation Labelling variables Table 1 Table 2 Trial Non-completer Manuscript Author Samuel Blay Nguah Published January 4, 2024 Please Note I will need th codes for income Code library(tidyverse) gtsummary::theme_gtsummary_compact() Reading in the data Code df_noncomp <- readxl::read...

416 sym Python (14025 sym/7 pcs) 2 tbl

Document

20.12.2023

Naana-NNJ-Paper-1 Author Samuel Blay Nguah Published December 20, 2023 Reading in data Code nnj_raw <- readstata13::read.dta13("Naana NNJ Study.dta") nnj_supp <- readxl::read_excel(".\\Naana_Additioinal_data.xlsx") nnj <- nnj_raw Correction errors Code nnj$birthdate[nnj$sid==133] <- as.Date("2020-11-20") nnj$sbrdate0[nnj$sid==83] <- as....

424 sym 3 tbl

Publish Document

16.12.2023

Table of contents Data Management Table I: Summary of the complete dataset Table 1 Table 2 Table 3 table 4 Table 5 Table 6 Table 7 Table 8 Table 9 Table 10 Other FormatsMS Word Felicia Part II Analysis Author Dr Samuel Blay Nguah Published December 16, 2023 Data Management Table I: Summary of the complete dataset Code df_complete %>% sum...

651 sym 10 tbl

Publish Document

15.12.2023

Table of contents Reading in the data Data modification Creating DM to pre-DM + DM switch Filling in missing values Generating terciles per study site Labelling variables Creating functions for regression Table 1 Table 2 Creating Table 2 Exporting Table 2 Figure I Creating different figures Combining figures into one Exporting Figure Table 3 T...

4437 sym 1 img 25 tbl

Publish Document

13.12.2023

Table of contents Creating functions for regression Data cleaning Labelling data Table 1 Table 2 Table 3 Table 4 New Table 1 Cognitive Outcomes SMAART Author Samuel Blay Nguah MD Published December 13, 2023 Please Note Codes for domicile, gender, marital status, education, religion, alcohol use Codes for tobacco use, anti diabetic Age in ...

691 sym Python (69332 sym/8 pcs) 3 tbl

Publish Document

13.12.2023

Table of contents Creating functions for regression Data cleaning Labelling data Table 1 Table 2 Table 3 Table 4 New Table 1 New table 2 Cognitive Outcomes SMAART Author Samuel Blay Nguah MD Published December 13, 2023 Please Note Codes for domicile, gender, marital status, education, religion, alcohol use Codes for tobacco use, anti diab...

732 sym Python (71822 sym/9 pcs) 4 tbl

Document

05.12.2023

Table of contents Creating functions for regression Data cleaning Cognitive Outcomes SMAART Author Samuel Blay Nguah MD Published December 5, 2023 Please Note Codes for domicile, gender, marital status, education, religion, alcohol use Codes for tobacco use, anti diabetic Age in years 12! What is the age range of the study participants Wh...

495 sym

Document

05.12.2023

Table of contents Tabulating data entry Demographics, vascular risk factors assessment, stroke verification, lifetime risk assessment, medication use Follow up table Month 0 Follow up table Month 3 Follow up table Month 9 Follow up table Month 12 Laboratory Month 0 Laboratory Month 3 Laboratory Month 6 Laboratory Month 9 Laboratory Month 12 Clean...

1000 sym 13 tbl

Publish Document

05.12.2023

Table of contents Table 1 Table 2 DSMB Analysis Author Samuel Blay Nguah MD Published December 5, 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( ...

199 sym 2 tbl

Publish Document

27.11.2023

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...

323 sym 3 tbl