get_joint_probs: MRmP - Joint Probs

Description Usage Arguments Examples

Description

Estimates the joint probabilities for a combination of varabiles - derived from their marginal distributions

Usage

1

Arguments

states

A list comprised of individual dataframes of state abbreviations using get_joint_margins()

Examples

1
2
3
x <- get_margins(states = c('DC', 'FL'), 
 vars = c('sex', 'age', 'race', 'education'))
get_joint_probs(x)

jwyatt85/MRmP documentation built on May 20, 2019, 6:27 a.m.