R Dataset / Package robustbase / foodstamp
Attachment | Size |
---|---|
dataset-16308.csv | 1.54 KB |
Documentation |
---|
On this Picostat.com statistics page, you will find information about the foodstamp data set which pertains to Food Stamp Program Participation. The foodstamp data set is found in the robustbase R package. Try to load the foodstamp data set in R by issuing the following command at the console data("foodstamp"). This may load the data into a variable called foodstamp. If R says the foodstamp data set is not found, you can try installing the package by issuing this command install.packages("robustbase") and then attempt to reload the data with library("robustbase") followed by data("foodstamp"). Perhaps strangley, if R gives you no output after entering a command, it means the command succeeded. If it succeeded you can see the data by typing foodstamp at the command-line which should display the entire dataset. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the foodstamp R data set. The size of this file is about 1,578 bytes. Food Stamp Program ParticipationDescriptionThis data consists of 150 randomly selected persons from a survey with information on over 2000 elderly US citizens, where the response, indicates participation in the U.S. Food Stamp Program. Usagedata(foodstamp) FormatA data frame with 150 observations on the following 4 variables.
SourceData description and first analysis: Stefanski et al.(1986) who indicate Rizek(1978) as original source of the larger study. Electronic version from CRAN package catdata. ReferencesRizek, R. L. (1978) The 1977-78 Nationwide Food Consumption Survey. Family Econ. Rev., Fall, 3–7. Stefanski, L. A., Carroll, R. J. and Ruppert, D. (1986) Optimally bounded score functions for generalized linear models with applications to logistic regression. Biometrika 73, 413–424. 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. J. American Statistical Association 84, 460–466. Examplesdata(foodstamp)(T123 <- xtabs(~ participation+ tenancy+ suppl.income, data=foodstamp)) summary(T123) ## ==> the binary var's are clearly not independentfoodSt <- within(foodstamp, { logInc <- log(1 + income) rm(income) })m1 <- glm(participation ~ ., family=binomial, data=foodSt) summary(m1) rm1 <- glmrob(participation ~ ., family=binomial, data=foodSt) summary(rm1) ## Now use robust weights.on.x : rm2 <- glmrob(participation ~ ., family=binomial, data=foodSt, weights.on.x = "robCov") summary(rm2)## aha, now the weights are different: which( weights(rm2, type="robust") < 0.5) -- Dataset imported from https://www.r-project.org. |
Picostat Manual |
---|
How To Register With a Username
How To Register With Google Single Sign On (SSO)
How To Login With a Username and Password
How To Login With Google Single Sign On (SSO)
How To Import a Dataset
How To Perform Statistical Analysis with Picostat
How To Use Educational Applications with Picostat
|
Recent Queries For This Dataset |
---|
No queries made on this dataset yet. |
Title | Authored on | Content type |
---|---|---|
R Dataset / Package Ecdat / RetSchool | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package HistData / HalleyLifeTable | March 9, 2018 - 1:06 PM | Dataset |
wage1 | August 29, 2020 - 9:33 AM | Dataset |
R Dataset / Package boot / cd4 | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package psych / blot | March 9, 2018 - 1:06 PM | Dataset |