R Dataset / Package COUNT / rwm
Attachment | Size |
---|---|
dataset-80914.csv | 544.71 KB |
Documentation |
---|
On this Picostat.com statistics page, you will find information about the rwm data set which pertains to rwm. The rwm data set is found in the COUNT R package. You can load the rwm data set in R by issuing the following command at the console data("rwm"). This will load the data into a variable called rwm. If R says the rwm data set is not found, you can try installing the package by issuing this command install.packages("COUNT") and then attempt to reload the data. 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 rwm R data set. The size of this file is about 557,780 bytes. rwmDescriptionGerman health registry for the years 1984-1988. Health information for years prior to health reform. Usagedata(rwm) FormatA data frame with 27,326 observations on the following 4 variables.
Detailsrwm is saved as a data frame. Count models typically use docvis as response variable. 0 counts are included SourceGerman Health Reform Registry, years pre-reform 1984-1988, From Hilbe and Greene (2008) ReferencesHilbe, Joseph M (2011), Negative Binomial Regression, Cambridge University Press Hilbe, J.M. and W.H. Greene (2008), "Count Response Regression Models", in Rao, CR, JP Miller and DC Rao (eds), Handbook of Statistics 27: Epidemiology and Medical Statistics, Amsterdam: Elsevier. pp. 210-252. Examplesdata(rwm) glmrwp <- glm(docvis ~ age + educ + hhninc, family=poisson, data=rwm) summary(glmrwp) exp(coef(glmrwp)) library(MASS) glmrwnb <- glm.nb(docvis ~ age + educ + hhninc, data=rwm) summary(glmrwnb) exp(coef(glmrwnb)) -- Dataset imported from https://www.r-project.org. |
Recent Queries For This Dataset |
---|
No queries made on this dataset yet. |
Title | Authored on | Content type |
---|---|---|
R Dataset / Package HSAUR / heptathlon | March 9, 2018 - 1:06 PM | Dataset |
OpenIntro Statistics Dataset - stats_scores | August 9, 2020 - 2:38 PM | Dataset |
R Dataset / Package Ecdat / Cigarette | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package DAAG / milk | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package datasets / trees | March 9, 2018 - 1:06 PM | Dataset |