Publications by M.Morris

PrEP Dynamics

22.03.2021

rm(list = ls()) library(tidyr) library(stringr) library(skimr) library(dplyr) library(broom) library(Hmisc) library(ggplot2) library(ggpubr) library(plotly) library(gridExtra) library(nnet) library(kableExtra) library(survey) # Define a couple of functions for model comparison tables # for formulas get_formula <- function(prefi...

17752 sym R (82981 sym/137 pcs) 15 img 70 tbl

Income and Insurance Report

24.03.2021

rm(list = ls()) library(tidyr) library(stringr) library(skimr) library(dplyr) library(pander) library(broom) library(reshape2) library(ggplot2) library(ggpubr) library(plotly) library(gridExtra) library(nnet) library(kableExtra) # Define a couple of functions for model comparison tables # for formulas get_formula <- function(pr...

5610 sym R (28488 sym/69 pcs) 8 img 30 tbl

WHAMP STI

25.03.2021

rm(list = ls()) library(dplyr) library(ggplot2) library(ggpubr) library(plotly) library(kableExtra) library(expss) Introduction This report provides descriptive statistics on the annual incidence of bacterial STIs reported in the WHAMP survey. The analysis is based on three variables BSTIA (GC), BSTIB (CT), and BSTIC (syphilis). Note that...

1450 sym R (5814 sym/9 pcs) 7 tbl

New Dx HIV in WA State MSM

03.04.2021

Intro The purpose of this analysis is to run simple descriptive plots for new Dx HIV+ (count) trends by age, race and region, to make sure there are no anomalies in the data, and to get a sense of what these trends look like. The data were provided by Steven Erly at WADOH, as aggregated counts of new Dx HIV by age group, race and region. The expo...

1103 sym R (6405 sym/22 pcs) 4 img 19 tbl

Targets: DOH Dx Prevalence and Incidence

10.04.2021

rm(list = ls()) library(dplyr) library(ggplot2) #library(ggpubr) library(plotly) library(kableExtra) # This executes the script for building everything -- may not need to rebuild ## the data come from the WApopdata repository runmode = "script" # to control whether target summaries are built if(runmode == "script") { source(here::he...

822 sym R (17803 sym/16 pcs) 8 img 2 tbl

WHAMP partner distributions

31.05.2021

rm(list = ls()) library(dplyr) library(ggplot2) library(ggpubr) library(plotly) library(kableExtra) Back to Outline Introduction This report presents descriptive statistics for the sexual partnerships used to drive the dynamic sexual network model. The data used here come from the WHAMP Survey supplemented by the ARTnet WA cases (927 and ...

6202 sym R (81523 sym/152 pcs) 50 tbl

WHAMP Report Shell

07.05.2021

Introduction This report presents the findings from the Washington HIV/AIDS Modeling for Prevention project (WHAMP). The goal of the project was to develop epidemiological modeling tools for projecting the next 10 years of the HIV epidemic among MSM in Washington State, track the costs of the state’s two major treatment and prevention programs,...

5872 sym

DOH DAP

04.05.2021

rm(list = ls()) library(dplyr) library(data.table) library(readxl) library(tidyverse) library(knitr) library(kableExtra) library(reshape2) library(ggplot2) library(plotly) library(gt) library(tiff) library(grid) # some plotting utility functions layout_3x5 <- function( gg, x = -0.15, y = -0.06, x_legend=1.05, y_legend=0.95,...

14046 sym R (40787 sym/72 pcs) 3 img 20 tbl

STERGM fits

04.05.2021

knitr::opts_chunk$set(error = TRUE, message = FALSE, warning=F) Data: whamp Package Versions: 3 Model: hiv_caxr_ Preliminaries Packages startKnitTime <- Sys.time() ## To update # if (params$version == 3) { # source(here("install_master_pkgs.R")) # } else { # source(here("install_dev_pkgs.R")) # } defaultPaths <- .libPaths() if(pa...

2271 sym R (29041 sym/207 pcs)

HIV Tx parameters (DRW)

30.04.2021

Care cascade {#carecasacde)} In this section, we use Washington State HIV surveillance data1 in combination with estimates of the intertest interval from the WHPP survey, the average time from seroconversion to onset of AIDS-associated symptoms2, and the average time from treatment initiation to viral suppression3 from the literature. The table ...

10531 sym 6 tbl