Publications by M.Morris

Mean Degree Reference Report - Model with HIV

21.10.2020

if(params$version == "3"){ pkglib <- "~/R/GHmaster-library" } else { pkglib <- "~/R/GHdev-library" } defaultPaths <- .libPaths() .libPaths(c(pkglib, defaultPaths)) .libPaths() ## [1] "/homes/morrism/R/GHmaster-library" ## [2] "/homes/morrism/R/x86_64-pc-linux-gnu-library/4.0" ## [3] "/usr/lib/R/library" ...

4101 sym R (25745 sym/28 pcs) 12 img

HIV Prevalence Target Uncertainty

07.01.2021

msm.pop.totals_2019 <- WApopdata::msm.pop.totals_2019 PLWH_2019 <- msm.pop.totals_2019$MSM_PLWH_WA pop2019 <- WApopdata::msm_all_age10_race_region_2019 df_2019 <- pop2019 %>% mutate(age.grp10 = ifelse(age.grp10 == "55-65", "55-64", age.grp10)) %>% left_join(PLWH_2019) %>% mutate(prev2019 = UB/num) msm.pop...

8092 sym R (8913 sym/11 pcs) 6 img

HIV Prevalence Target Uncertainty

24.11.2020

library(dplyr) library(tidyr) library(ggplot2) msm.pop.totals_2019 <- WApopdata::msm.pop.totals_2019 PLWH <- msm.pop.totals_2019$MSM_PLWH_WA Introduction We need HIV prevalence targets to calibrate and validate our models. It turns out there is a lot of uncertainty in these target values. HIV prevalence, as a rate, is defined by \[ Prevale...

4151 sym R (3379 sym/6 pcs) 5 img

Mean Degree Report - caxr

09.12.2020

Preliminaries Packages if(params$version == "3"){ pkglib <- "~/R/GHmaster-library" } else { pkglib <- "~/R/GHdev-library" } defaultPaths <- .libPaths() .libPaths(c(pkglib, defaultPaths)) .libPaths() ## [1] "/homes/morrism/R/GHmaster-library" ## [2] "/homes/morrism/R/x86_64-pc-linux-gnu-library/4.0" ## [3] "/usr/lib/R/library"...

4186 sym R (25257 sym/29 pcs) 12 img

Testing Descriptives

19.12.2020

knitr::opts_chunk$set(error = TRUE, message = FALSE, warning = FALSE) library(dplyr) library(tidyr) library(lubridate) library(spatstat) library(ggplot2) library(kableExtra) library(survival) library(survminer) Preliminaries egoDF <- WHAMPData::whampArtnetWA_egodata$main$egos wDF <- WHAMPData::whamp_wide %>% haven::zap_label() %>% ...

3243 sym R (62463 sym/115 pcs) 55 img 15 tbl

Testing hazard models

30.12.2020

knitr::opts_chunk$set(error = TRUE, message = FALSE, warning = FALSE) library(dplyr) library(flexsurv) library(muhaz) library(data.table) library(ggplot2) dat <- readRDS(here::here("Reports","WHAMPsurvey","MM","Testing", "coxdata.RDS")) # remove never testers: never_tested = "T" and age 45+ # 8 men dat <- dat %...

1530 sym R (15718 sym/24 pcs) 11 img

Prevalent Dx HIV in WA State

28.01.2021

Intro The purpose of this analysis is to run simple descriptive plots for Dx HIV+ prevalence (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 persons living with Dx HIV by age group, ra...

1143 sym R (6432 sym/22 pcs) 4 img 19 tbl

WHAMP Cost statistics

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

6582 sym R (95303 sym/168 pcs) 8 img 92 tbl

ART Dynamics

15.04.2021

rm(list = ls()) library(tidyverse) library(Hmisc) library(ggpubr) library(plotly) library(kableExtra) Introduction This report covers the data management and modeling associated with the ART continuum: Input parameters for EpiModel – not constructed here, as the WHAMP data do not support parameter estimation for the ART continuum (see d...

12955 sym R (13829 sym/30 pcs) 5 img 15 tbl

ZK DAP DOH Parameters and Targets

30.03.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) 1 Introduction This report is based mostly on WADOH DAP participation data, which are used to construct parameters and targ...

8290 sym R (26612 sym/51 pcs) 5 img 17 tbl