Publications by Benard Asuke
Covid-19 in Kenya
Coronavirus in US Benard Asuke Summary Row confirmed 1,960,897 death 110,990 (5.7%) Row Daily cumulative cases by type (US only) Comparison Column Daily new confirmed cases in US vs Rwanda and Uganda Cases distribution by type in comparison to Rwanda and Uganda World Column Leading 25 countries with Covid-19 confirmed cas...
1123 sym 1 tbl
Document
Total cases collecte by CIs Home Column Graph not flipped Column Graph flipped [1] "k + theme_economist()+\n scale_color_economist()" [1] "k + theme_light()+\n scale_color_calc()" --- title: "Total cases collecte by CIs" output: flexdashboard::flex_dashboard: orientation: columns vertical_layout: fill social: ["fa...
133 sym R (4403 sym/3 pcs) 4 img
Covid-19 in Kenya
Coronavirus in Kenya Benard Asuke Summary Row confirmed 216 death 9 (4.2%) Row Daily cumulative cases by type (Kenya only) Comparison Column Daily new confirmed cases in Kenya vs Rwanda and Uganda Cases distribution by type in comparison to Rwanda and Uganda About The Coronavirus Dashboard: the case of Kenya This Coronaviru...
773 sym
regression analysis
Introduction Workshop description This is an intermediate/advanced R course Appropriate for those with basic knowledge of R This is not a statistics course! Learning objectives: Learn the R formula interface Specify factor contrasts to test specific hypotheses Perform model comparisons Run and interpret variety of regression models in R Mate...
9086 sym R (14006 sym/72 pcs) 5 img 1 tbl
Asembo_migration data
knitr::opts_chunk$set(echo = FALSE) library(tidyverse) ## -- Attaching packages ---------------------------------------------------------------- tidyverse 1.3.0 -- ## v ggplot2 3.3.0 v purrr 0.3.3 ## v tibble 3.0.0 v dplyr 0.8.5 ## v tidyr 1.0.2 v stringr 1.4.0 ## v readr 1.3.1 v forcats 0.5.0 ## -- Conflicts --------...
6 sym R (2600 sym/14 pcs) 1 img
VA deaths by area
## -- Attaching packages ---------------------------------------------------------------- tidyverse 1.3.0 -- ## v tibble 3.0.0 v dplyr 0.8.5 ## v tidyr 1.0.2 v stringr 1.4.0 ## v readr 1.3.1 v forcats 0.5.0 ## v purrr 0.3.3 ## -- Conflicts ------------------------------------------------------------------- tidyverse_confli...
6 sym R (762 sym/6 pcs) 1 img
Document
setwd("D:\\brian\\bryo") library(foreign) library(tidyverse) library(gtsummary) library(readxl) bryo2 <- read_excel("D:/brian/bryo2.xls") dt<-bryo2 %>% dplyr::select(mediaexposure,educationlevel,wealthindex,residence,religion,pregint,pregexp,ageinyears) tbl_summary(dt) %>% add_n() %>% bold_labels() %>% italicize_labels() Cha...
8 sym R (1408 sym/5 pcs) 3 tbl
ken
library(leaflet) # load example data (Fiji Earthquakes) + keep only 100 first lines data(quakes) quakes <- head(quakes, 100) # Create a color palette with handmade bins. mybins <- seq(4, 6.5, by=0.5) mypalette <- colorBin( palette="YlOrBr", domain=quakes$mag, na.color="transparent", bins=mybins) # Prepare the text for the tooltip: myte...
7 sym R (1574 sym/4 pcs) 1 img
immunization
R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within t...
594 sym 1 img
my document
Untitled Benard 11/26/2020 R Markdown This is an R Markdown presentation. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. When you click the Knit button a document will be generated that includes both content as well as the output of ...
4083 sym R (573 sym/6 pcs)