| foodstamp {catdata} | R Documentation |
Food-Stamp Program
Description
The foodstamp data stem from a survey on the federal food-stamp program,
150 persons were interviewed. The response indicates participation.
Usage
data(foodstamp)
Format
A data frame with 150 observations on the following 4 variables.
yparticipation in federal food-stamp program, yes = 1, no = 0
TENtenancy, yes = 1, no = 0
SUPsupplemental income, yes = 1, no = 0
INClog-transformed monthly income log(monthly income +1)
References
Künsch, H. R., Stefanski, L. A., Carroll, R. J. (1989) Conditionally unbiased bounded-influence estimation in general regression models, with applications to generalized linear models. Journal of American Statistical Association 84, 460–466.
Examples
## Not run:
##look for:
if(interactive()){vignette("modbin-foodstamp")}
## End(Not run)
[Package catdata version 1.2.4 Index]