R Dataset / Package COUNT / mdvis
Attachment | Size |
---|---|
dataset-72455.csv | 91.35 KB |
Documentation |
---|
On this Picostat.com statistics page, you will find information about the mdvis data set which pertains to mdvis. The mdvis data set is found in the COUNT R package. Try to load the mdvis data set in R by issuing the following command at the console data("mdvis"). This may load the data into a variable called mdvis. If R says the mdvis 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("mdvis"). 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 mdvis 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 mdvis R data set. The size of this file is about 93,542 bytes. mdvisDescriptionData from a subset of the German Socio-Economic Panel (SOEP). The subset was created by Rabe-Hesketh and Skrondal (2005). Only working women are included in these data. Beginning in 1997, German health reform in part entailed a 200 co-payment as well as limits in provider reimbursement. Patients were surveyed for the one year panel (1996) prior to and the one year panel (1998) after reform to assess whether the number of physician visits by patients declined - which was the goal of reform legislation. The response, or variable to be explained by the model, is numvisit, which indicates the number of patient visits to a physician's office during a three month period. Usagedata(mdvis) FormatA data frame with 2,227 observations on the following 13 variables.
Detailsmdvis is saved as a data frame. Count models typically use docvis as response variable. 0 counts are included SourceGerman Socio-Economic Panel (SOEP), 1995 pre-reform; 1998 post reform. Created by Rabe-Hesketh and Skrondal (2005). ReferencesHilbe, Joseph M (2007, 2011), Negative Binomial Regression, Cambridge University Press Hilbe, Joseph M (2009), Logistic Regression Models, Chapman & Hall/CRC Rabe-Hesketh, S. and A. Skrondal (2005). Multilevel and Longitudinal Modeling Using Stata, College Station: Stata Press. Examplesdata(mdvis) glmmdp <- glm(numvisit ~ reform + factor(educ) + factor(agegrp), family=poisson, data=mdvis) summary(glmmdp) exp(coef(glmmdp)) library(MASS) glmmdnb <- glm.nb(numvisit ~ reform + factor(educ) + factor(agegrp), data=mdvis) summary(glmmdnb) exp(coef(glmmdnb)) -- 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 COUNT / medpar | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package gap / crohn | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package DAAG / SP500W90 | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package datasets / AirPassengers | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package psych / Holzinger | March 9, 2018 - 1:06 PM | Dataset |