Publications by Daniel Mamani

Work Sample 1

30.11.2023

Area Deprivation Index for MHM Service Area Mapping Area Deprivation Index (ADI) across MHM Service Area The Area Deprivation Index (ADI) is based on a measure created by the Health Resources & Services Administration (HRSA) and is validated at the census block neighborhood level. It ranks neighborhoods by socioeconomic disadvantage at the state a...

1140 sym 1 img

Spatial_Chapter

01.03.2023

Spatial_Chapter library(tidyverse) ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ── ✔ ggplot2 3.4.0 ✔ purrr 0.3.5 ✔ tibble 3.1.8 ✔ dplyr 1.0.10 ✔ tidyr 1.2.1 ✔ stringr 1.4.1 ✔ readr 2.1.3 ...

157 sym Python (32975 sym/45 pcs) 1 tbl

Event History Analysis HW 2

15.09.2022

Event History Analysis HW 2 For this homework I will use Kaplan-Meier estimation to create and plot survival functions and make comparisons between groups. library(haven) library(tidyverse) ── Attaching packages ─────────────────────────────────────── tidyverse ...

1742 sym Python (12420 sym/14 pcs) 2 img

EHA Parametric Models HW

03.10.2022

Parametric Models HW library(haven) library(tidyverse) ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ── ✔ ggplot2 3.3.6 ✔ purrr 0.3.4 ✔ tibble 3.1.8 ✔ dplyr 1.0.10 ✔ tidyr 1.2.1 ✔ stringr 1...

1091 sym Python (5185 sym/25 pcs) 5 img

EHA Cox Model HW

13.10.2022

EHA Cox Regression library(haven) library(tidyverse) ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ── ✔ ggplot2 3.3.6 ✔ purrr 0.3.4 ✔ tibble 3.1.8 ✔ dplyr 1.0.10 ✔ tidyr 1.2.1 ✔ stringr 1.4...

2359 sym Python (8360 sym/27 pcs) 7 img

Discrete Time Models HW

27.10.2022

Discrete Time Models HW Importing data and creating coavariates library(haven) library(tidyverse) ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ── ✔ ggplot2 3.3.6 ✔ purrr 0.3.4 ✔ tibble 3.1.8 ✔ dplyr ...

1050 sym Python (8778 sym/54 pcs) 1 img 1 tbl

Area Deprivation Index MHM Service Area

18.11.2022

Area Deprivation Index for MHM Service Area Mapping Area Deprivation Index (ADI) across MHM Service Area The Area Deprivation Index (ADI) is based on a measure created by the Health Resources & Services Administration (HRSA) and is validated at the census block neighborhood level. It ranks neighborhoods by socioeconomic disadvantage. It includes...

486 sym

MHM Interactive RUCC and RUCA Map

03.01.2023

MHM Interactive RUCC and RUCA map ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ── ✔ ggplot2 3.4.0 ✔ purrr 0.3.5 ✔ tibble 3.1.8 ✔ dplyr 1.0.10 ✔ tidyr 1.2.1 ✔ stringr 1.4.1 ✔ readr 2.1....

108 sym Python (1288 sym/17 pcs)

Mamani_lab916

30.09.2020

Question 1 and 2 x<-c(5,10,15,20,25,30) y<-c(-1,NA,75,3,5,8) z<-c(5) xz<-x*z yz<-y*z print(xz) ## [1] 25 50 75 100 125 150 print(yz) ## [1] -5 NA 375 15 25 40 Question 3 library(haven) library(readr) stata<- read_dta("C:/Users/maman/OneDrive/DEM Fall 2020/DEM 7273/stata_PSID_w1.dta") ##view the data* View(stata) hist(...

399 sym R (9496 sym/47 pcs) 4 img

Assignment_2_DEM_7273

02.10.2020

library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal, union library(readr) library(ggpubr) ## Loading required package: ggplot2 library(ggplot2) library(Rmisc) ## Load...

1743 sym R (3017 sym/52 pcs) 5 img