family_income <- data.frame(
taxsimid = c(1, 2),
state = c('North Carolina', 'NY'),
year = c(2015, 2015),
mstat = c('single', 'married, jointly'),
pwages = c(10000, 100000),
page = c(26, 36)
)
family_taxes <- create_dataset_for_taxsim(family_income)
Run the code above in your browser using DataLab