R Dataset / Package COUNT / azpro
Attachment | Size |
---|---|
dataset-15359.csv | 80.81 KB |
Documentation |
---|
On this Picostat.com statistics page, you will find information about the azpro data set which pertains to azpro. The azpro data set is found in the COUNT R package. Try to load the azpro data set in R by issuing the following command at the console data("azpro"). This may load the data into a variable called azpro. If R says the azpro 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("azpro"). 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 azpro 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 azpro R data set. The size of this file is about 82,747 bytes. azproDescriptionData come from the 1991 Arizona cardiovascular patient files. A subset of the fields was selected to model the differential length of stay for patients entering the hospital to receive one of two standard cardiovascular procedures: CABG and PTCA. CABG is the standard acronym for Coronary Artery Bypass Graft, where the flow of blood in a diseased or blocked coronary artery or vein has been grafted to bypass the diseased sections. PTCA, or Percutaneous Transluminal Coronary Angioplasty, is a method of placing a balloon in a blocked coronary artery to open it to blood flow. It is a much less severe method of treatment for those having coronary blockage, with a corresponding reduction in risk. Usagedata(azpro) FormatA data frame with 3589 observations on the following 6 variables.
Detailsazpro is saved as a data frame. Count models use los as response variable. 0 counts are structurally excluded Source1991 Arizona Medpar data, cardiovascular patient files, National Health Economics & Research Co. ReferencesHilbe, Joseph M (2007, 2011), Negative Binomial Regression, Cambridge University Press Hilbe, Joseph M (2009), Logistic Regression Models, Chapman & Hall/CRC Examplesdata(azpro) glmazp <- glm(los ~ procedure + sex + admit, family=poisson, data=azpro) summary(glmazp) exp(coef(glmazp)) #glmaznb < -glm.nb(los ~ procedure + sex + admit, data=azpro) #summary(glmaznb) #exp(coef(glmaznb)) -- 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 Stat2Data / TwinsLungs | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package DAAG / psid1 | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package quantreg / gasprice | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package datasets / nottem | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package DAAG / hills2000 | March 9, 2018 - 1:06 PM | Dataset |