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. Try to load the rwm data set in R by issuing the following command at the console data("rwm"). This may 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 with library("COUNT") followed by data("rwm"). 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 rwm 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 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. |
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 car / Mandel | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package wooldridge / mathpnl | March 9, 2018 - 1:06 PM | Dataset |
OpenIntro Statistics Dataset - sp500_1950_2018 | August 9, 2020 - 2:38 PM | Dataset |
R Dataset / Package Stat2Data / ChildSpeaks | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package sem / CNES | March 9, 2018 - 1:06 PM | Dataset |