Publications by Dr Samuel Blay Nguah

Publish Document

02.10.2024

Table of contents Table 1 Table 1: Linear regression Table 2 Table 2 regression Table 3 Table 3b Regression Burden of Percieved Stress Among Stroke Survivors Author Jude Published October 2, 2024 Please Note! Perceived stress was derived first by adding up all 8 items. Those who were less than or equal to the median were considered to hav...

1273 sym 6 tbl

Document

24.09.2024

Paper-Two Author Samuel Blay Nguah Published September 24, 2024 Code library(gtsummary) library(tidyverse) gtsummary::theme_gtsummary_compact() df_avert <- dget("df_avert") Table 1 Code df_sbp <- df_avert %>% select(record_id, starts_with("sbp_m")) %>% pivot_longer( cols = starts_with("sbp_m"), names_to = "mont...

279 sym 2 img 5 tbl

Document

01.09.2024

AVERT Paper 1 Author Samuel Blay Nguah Table I Code df_avert %>% select( treatment, ageyrs, male, formal_education, income_in_usd, type_of_domicile, cigarette, alcohol, anti_hpt_b4s, antiplatelet_b4s, anti_coagulants_b4s, anti_diabetics_b4s, statins_b4s, anti_hpt_as, anti_diabetics_as, ccb_as, arb_a...

134 sym 3 tbl

Document

04.08.2024

Table of contents General Summary Table 1 Table 2 Table 3 Table 4 Determinants of Hypertensive treatment adherence among recent stroke survivors Author Dr Priscilla Abrafi Opare-Addo Published August 4, 2024 Please Note Table 1 was not drawn because it is common for all papers Hillbone was divided as “Low” & “High” when the score ...

909 sym 4 tbl

Publish Document

13.06.2024

Table of contents Table 1 Table 2 Table 3 BURDEN OF PERCEIVED STRESS AMONG STROKE SURVIVORS Author Dr Samuel Blay Nguah Published June 13, 2024 Please Note! Perceived stress was derived first by adding up all 8 scales. Those who were less than or equal to the median of 7 were considered to have “Low”, and those above were considered t...

1020 sym 2 tbl

Document

06.06.2024

Pings-2 BP Data Analysis Load rerquired packages Read in the data Code df_bp <-dget("df_pings2_bp_data") Boxplot of BPs for sites Code df_bp %>% select( Site, sbp_m0, dbp_m0, sbp_m1, dbp_m1, sbp_m3, dbp_m3, sbp_m6, dbp_m6, sbp_m9, dbp_m9, sbp_m12, dbp_m12) %>% pivot_longer( cols = c(starts_with("sbp"), s...

472 sym Python (4131 sym/7 pcs) 2 img 2 tbl

Publish Document

18.05.2024

Table of contents Creating functions for regression Data cleaning Summary of Data Table 1 Table 2 Table 3 Table 4 - Sensitivity analysis Table 4B Hypertension Cognition Study Author Samuel Blay Nguah Published May 18, 2024 Please Note Income less that 90GHC were only 3 so they were added to the “<100GHC” All patients are hypertensive ...

1407 sym 5 tbl

Publish Document

07.05.2024

Table of contents Creating functions for regression Data cleaning Summary of Data Table 1 Table 2 Table 3 Table 4 - Sensitivity analysis Table 4B Hypertension Cognition Study Author Samuel Blay Nguah Published May 7, 2024 Please Note Income less that 90GHC were only 3 so they were added to the “<100GHC” All patients are hypertensive s...

1385 sym 5 tbl

Document

24.04.2024

Table of contents Summary table: All data Tables Table 1 Table 2 Hypertension/Stroke Knowledge Questionnaire (HKQ) Author Dr Samuel Blay Nguah Published April 24, 2024 Import data Code df_paper_03 <- dget("df_for_papers") Summary table: All data Code gtsummary::theme_gtsummary_compact() Setting theme `Compact` Code df_paper_03 %>% ...

350 sym 3 tbl

Document

21.04.2024

Table of contents Read in data Summarise all data Select required variables Labelling data for paper Summarize data for paper Data Analysis Table I: All data Table II: Only those without ESC hypertension Table III: Only those without ASC hypertension Lambert-PhD-Paper-II Author Affiliation Samuel Blay Nguah MD Kwame Nkrumah Univ...

1041 sym 3 tbl