R Dataset / Package geepack / ohio
Documentation |
---|
On this Picostat.com statistics page, you will find information about the ohio data set which pertains to Ohio Children Wheeze Status. The ohio data set is found in the geepack R package. You can load the ohio data set in R by issuing the following command at the console data("ohio"). This will load the data into a variable called ohio. If R says the ohio data set is not found, you can try installing the package by issuing this command install.packages("geepack") 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 ohio R data set. The size of this file is about 22,140 bytes. Ohio Children Wheeze StatusDescriptionThe Usagedata(ohio) FormatThis data frame contains the following columns:
ReferencesFitzmaurice, G.M. and Laird, N.M. (1993) A likelihood-based method for analyzing longitudinal binary responses, Biometrika 80: 141–151. Examplesdata(ohio) fit <- geese(resp ~ age + smoke + age:smoke, id=id, data=ohio, family=binomial, corstr="exch", scale.fix=TRUE) summary(fit) fit.ar1 <- geese(resp ~ age + smoke + age:smoke, id=id, data=ohio, family=binomial, corstr="ar1", scale.fix=TRUE) summary(fit.ar1) -- Dataset imported from https://www.r-project.org. |
Title | Authored on | Content type |
---|---|---|
R Dataset / Package psych / bfi | March 9, 2018 - 1:06 PM | Dataset |
OpenIntro Statistics Dataset - scotus_healthcare | August 9, 2020 - 2:38 PM | Dataset |
R Dataset / Package psych / withinBetween | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package Stat2Data / Kids198 | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package Ecdat / Wages1 | March 9, 2018 - 1:06 PM | Dataset |
Attachment | Size |
---|---|
dataset-61972.csv | 21.62 KB |