
The dependent variable is a binary variable indicating participation in the federal food stamp program. The independent variables are two binary ones i.e., tenancy and supplemental income, and a continuous one of the log(monthly income+1).
data("foodstamp.case")
A data frame with 150 observations on the following 6 variables.
participation
a numeric vector
tenancy
a numeric vector
suppl.income
a numeric vector
income
a numeric vector
n
a numeric vector
weights1
a numeric vector
Kunsch HR, Stefanski LA, Carroll RJ (1989). Conditionally Unbiased Bounded-Influence Estimation in General Regression Models, with Applications to Generalized Linear Models. Journal of the American Statistical Association, 84(406), 460-466. 10.1080/01621459.1989.10478791.
# NOT RUN {
data(foodstamp.case)
# }
Run the code above in your browser using DataLab