soss {childfree}R Documentation

Read and recode Michigan State of the State (SOSS) data

Description

Read and recode Michigan State of the State (SOSS) data

Usage

soss(waves, extra.vars = NULL, progress = TRUE)

Arguments

waves

vector: a numeric vector containing the SOSS waves to include (currently available: 79, 82, 84, 85, 86)

extra.vars

vector: a character vector containing the names of variables to be retained from the raw data

progress

boolean: display a progress bar

Details

The State of the State Survey (SOSS) is regularly collected by the Institute for Public Policy and Social Research (IPPSR) at Michigan State University (MSU). Each wave is collected from a sample of 1000 adults in the US state of Michigan, and includes sampling weights to obtain a sample that is representative of the state's population with respect to age, gender, race, and education. The soss() function reads the raw data from IPPSR's website, extracts and recodes selected variables useful for studying childfree adults and other family statuses, then returns a single data frame. Questions necessary for identifying childfree adults were asked in five waves, which each include unique questions that may be of interest:

Known issues

Value

A data frame containing variables described in the codebook available using vignette("codebooks")

Examples

data <- soss(waves = 84, extra.vars = c("neal1"))

[Package childfree version 0.0.1 Index]