Publications by Rebecca Luttinen

GIS Homework 1

19.01.2023

GIS homework 1 Rebecca Luttinen 2023-01-19 rebecca.luttinen@utsa.edu/ rebecca.luttinen@my.utsa.edu ...

117 sym 2 img

GIS HW 2

26.01.2023

GIS HW 2 Author R. Luttinen Map of Median Household Income in Bexar County, TX #load packages library(tidycensus) library(tidyverse) ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ── ✔ ggplot2 3.4.0 ✔ purrr 0.3....

149 sym Python (25947 sym/18 pcs) 1 img

Population Pyramids

13.09.2022

Age Pyramids Age Pyramids #read in data from CDC wonder library(ggplot2) NM<-read.csv("C:/Users/rlutt/Downloads/New Mexico.csv", header=FALSE) Minn<-read.csv("C:/Users/rlutt/Downloads/Minnesota.csv", header=FALSE) Minn5<-read.csv("C:/Users/rlutt/Downloads/Minnesota 5.csv", header=FALSE) NM5<-read.csv("C:/Users/rlutt/Downloads/New Mexico 5....

194 sym Python (1743 sym/5 pcs) 4 img

Document

16.09.2022

Event History- HW 2 Event History Analysis Plan Rebecca Luttinen Carry out the following analysis Kaplan-Meier survival analysis of the outcome Define a grouping variable, this can be dichotomous or categorical. Women who have experienced emotional IPV and women that have not -goal is to create a dichotomous variable for those that have exper...

1422 sym Python (3945 sym/13 pcs) 1 img

Event History Analysis- Parametric Modeling

22.09.2022

Event History- HW 3 #read in data from DHS in Uganda 2011 and 2016 and combine into one data-set library(haven) library(knitr) library(tidyverse) ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ── ✔ ggplot2 3.3.6 ✔ pu...

2073 sym Python (27733 sym/42 pcs) 5 img

Cox Model

06.10.2022

Homework 4 Author Rebecca Luttinen Cox Regression Modeling #read in data from DHS in Uganda 2016 library(haven) library(knitr) library(tidyverse) ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ── ✔ ggplot2 3.3.6 �...

1139 sym Python (102034 sym/49 pcs) 12 img

Discrete time hazard model

27.10.2022

HW 5 Author R Luttinen Fit the discrete time hazard model to your outcome You must form a person-period data set Consider both the general model and other time specifications Include all main effects in the model Test for an interaction between at least two of the predictors Generate hazard plots for interesting cases highlighting the signif...

853 sym Python (105203 sym/67 pcs) 3 img 1 tbl

Stats 2 HW 1

25.01.2022

#Rebecca Luttinen ##rebecca.luttinen@utsa.edu Photo ...

15 sym R (46 sym/1 pcs) 1 img

Document

03.02.2022

HW Instructions 1. Define a binary outcome variable of your choosing and define how you recode the original variable. fertility preference- do women aged 15-49 that want another child (V602); 0=no, 1=yes 2. State a research question about what factors you believe will affect your outcome variable. Does women’s empowerment affect future desi...

2152 sym R (15087 sym/23 pcs)

Principal Components Analysis

28.03.2022

#read in data library(haven) library(car) ## Loading required package: carData library(stargazer) ## ## Please cite as: ## Hlavac, Marek (2018). stargazer: Well-Formatted Regression and Summary Statistics Tables. ## R package version 5.2.2. https://CRAN.R-project.org/package=stargazer library(ggplot2) library(pander) library(dplyr) ## #...

2125 sym R (7009 sym/31 pcs)