R Dataset / Package vcd / CoalMiners
Attachment | Size |
---|---|
dataset-60731.csv | 825 bytes |
Documentation | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
On this Picostat.com statistics page, you will find information about the CoalMiners data set which pertains to Breathlessness and Wheeze in Coal Miners. The CoalMiners data set is found in the vcd R package. Try to load the CoalMiners data set in R by issuing the following command at the console data("CoalMiners"). This may load the data into a variable called CoalMiners. If R says the CoalMiners data set is not found, you can try installing the package by issuing this command install.packages("vcd") and then attempt to reload the data with library("vcd") followed by data("CoalMiners"). 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 CoalMiners 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 CoalMiners R data set. The size of this file is about 825 bytes. Breathlessness and Wheeze in Coal MinersDescriptionData from Ashford & Sowden (1970) given by Agresti (1990) on the association between two pulmonary conditions, breathlessness and wheeze, in a large sample of coal miners who were smokers with no radiological evidence of pneumoconlosis, aged between 20–64 when examined. This data is frequently used as an example of fitting models for bivariate, binary responses. Usagedata("CoalMiners") FormatA 3-dimensional table of size 2 x 2 x 9 resulting from cross-tabulating variables for 18,282 coal miners. The variables and their levels are as follows:
DetailsIn an earlier version of this data set, the first group, aged 20-24, was inadvertently omitted from this data table and the breathlessness variable was called wheeze and vice versa. SourceMichael Friendly (2000), Visualizing Categorical Data, pages 82–83, 319–322. ReferencesA. Agresti (1990), Categorical Data Analysis. Wiley-Interscience, New York, Table 7.11, p. 237 J. R. Ashford and R. D. Sowdon (1970), Multivariate probit analysis, Biometrics, 26, 535–546. M. Friendly (2000), Visualizing Categorical Data. SAS Institute, Cary, NC. Examplesdata("CoalMiners")ftable(CoalMiners, row.vars = 3)## Fourfold display, both margins equated fourfold(CoalMiners[,,2:9], mfcol = c(2,4))## Fourfold display, strata equated fourfold(CoalMiners[,,2:9], std = "ind.max", mfcol = c(2,4)) ## Log Odds Ratio Plot lor_CM <- loddsratio(CoalMiners) summary(lor_CM) plot(lor_CM) lor_CM_df <- as.data.frame(lor_CM)# fit linear models using WLS age <- seq(20, 60, by = 5) lmod <- lm(LOR ~ age, weights = 1 / ASE^2, data = lor_CM_df) grid.lines(age, fitted(lmod), gp = gpar(col = "blue")) qmod <- lm(LOR ~ poly(age, 2), weights = 1 / ASE^2, data = lor_CM_df) grid.lines(age, fitted(qmod), gp = gpar(col = "red")) -- 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 wooldridge / driving | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package ISLR / College | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package Ecdat / Bwages | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package cluster / animals | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package Ecdat / Clothing | March 9, 2018 - 1:06 PM | Dataset |