make_problem: Create Problem of Desired Size

Description Usage Arguments Value Examples

View source: R/utilities.r

Description

Will have households, states, and household characteristics.

Usage

1
make_problem(h, s, k)

Arguments

h

number of households to create.

s

number of states to create.

k

number of characteristics each household will have.

Value

A list with elements of a problem.

Examples

1
make_problem(4, 3, 2)

donboyd5/geoWeight documentation built on July 5, 2020, 8:55 p.m.