Publications by Rebecca Luttinen

Multigenerational Household Estimates (CPS data)

27.12.2024

Multigenerational household estimates Author R. Luttinen #read in data from IPUMS library(ipumsr) library(tidyverse) ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ✔ dplyr 1.1.4 ✔ readr 2.1.5 ✔ forcats 1.0.0 ✔ stringr 1.5....

227 sym Python (37553 sym/63 pcs)

2021 &2022 CPS multigen analysis

19.12.2024

Multigenerational household estimates Author R. Luttinen #read in data from IPUMS library(ipumsr) library(tidyverse) ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ✔ dplyr 1.1.4 ✔ readr 2.1.5 ✔ forcats 1.0.0 ✔ stringr 1.5....

161 sym Python (26580 sym/33 pcs)

Multigenerational Households

16.12.2024

Multigenerational household estimates Author R. Luttinen #read in data from IPUMS library(ipumsr) library(tidyverse) ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ✔ dplyr 1.1.4 ✔ readr 2.1.5 ✔ forcats 1.0.0 ✔ stringr 1.5....

161 sym Python (26055 sym/33 pcs)

Causal inference HW 4

29.04.2024

Causal Inference HW 4 Author R Lutinen Part 1, Q1 library(haven) #read in Angirst (2009) paper data MDVE <- read_dta("C:/Users/rlutt/Downloads/Angrist (2009)MDVE.dta") #a.) determine compliance rates in the experiment library(janitor) Attaching package: 'janitor' The following objects are masked from 'package:stats': chisq.test,...

295 sym Python (33119 sym/69 pcs) 2 img 1 tbl

Luttinen Causal Inference Midterm

07.03.2024

Part III Analysis Implementation #read in data library(haven) EITC <- read_dta("C:/Users/rlutt/Downloads/eitcRR-1.dta") The original import is 13746 observations of 10 variables. There are multiple observations for each state, varyng by tax year. The summary table shows the distribution of tax year: 1991- 1996, which range from being 15%-19% ...

5492 sym R (9977 sym/88 pcs) 1 img 1 tbl

HW 3 Causal Inference

05.03.2024

Differences- in - Differences #read in data library(readr) dlaw_event <- read_csv("C:/Users/rlutt/Downloads/dlaw_event.csv") ## Rows: 1617 Columns: 11 ## ── Column specification ──────────────────────────────────────────────────────�...

9562 sym R (9418 sym/21 pcs) 3 img

Causal Inference HW 2- Mediation and Moderation Analysis

29.02.2024

##Mediation and Moderation HW 2 #import data library(readr) library(knitr) stress <- read_csv("C:/Users/rlutt/Downloads/stress_withdraw.csv") ## Rows: 262 Columns: 7 ## ── Column specification ─────────────────────────────────────────────────�...

8152 sym R (6985 sym/37 pcs) 4 img 3 tbl

Descriptives for fertility-despair project

01.12.2023

Descriptives for fertility-despair project Author Luttinen & Schaefer 1. Load Libraries 2. Import Data (NMFR& Deaths of Despair) *note we are using mortality data from 2005-2016 and non-marital fertility data from 2010-2021 because we are using a 5-year lag between mortality and fertility nmfr <- read_csv("C:/Users/rlutt/OneDrive/Fall 2023/Ad...

1356 sym 10 img

Advanced Demography Assignment 3 (Updated)

22.11.2023

The beginning steps are the same steps from assignment 2, in which I create an age at first marriage variable. #set up age at first marriage variable library(car) ## Loading required package: carData mdata$status <- Recode(mdata$fmarital, recodes= "1 = 1; 5 = 0; 2 = 2; 3=2; 4=2") mdata$evermarried<-Recode(mdata$fmarital,"...

1095 sym R (28928 sym/53 pcs) 2 img

ADV. DEM METHODS HW 3

21.10.2023

The beginning steps are the same steps from assignment 2, in which I create an age at first marriage variable. #set up age at first marriage variable library(car) ## Loading required package: carData mdata$status <- Recode(mdata$fmarital, recodes= "1 = 1; 5 = 0; 2 = 2; 3=2; 4=2") mdata$evermarried<-Recode(mdata$fmarital,"...

2582 sym R (18057 sym/46 pcs) 4 img