R Dataset / Package survival / nwtco
Documentation |
---|
On this R-data statistics page, you will find information about the nwtco data set which pertains to Data from the National Wilm's Tumor Study. The nwtco data set is found in the survival R package. You can load the nwtco data set in R by issuing the following command at the console data("nwtco"). This will load the data into a variable called nwtco. If R says the nwtco data set is not found, you can try installing the package by issuing this command install.packages("survival") 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 nwtco R data set. The size of this file is about 113,680 bytes. Data from the National Wilm's Tumor StudyDescriptionMeasurement error example. Tumor histology predicts survival, but prediction is stronger with central lab histology than with the local institution determination. Usagenwtco FormatA data frame with 4028 observations on the following 9 variables.
ReferencesNE Breslow and N Chatterjee (1999), Design and analysis of two-phase studies with binary outcome applied to Wilms tumour prognosis. Applied Statistics 48, 457–68. Exampleswith(nwtco, table(instit,histol)) anova(coxph(Surv(edrel,rel)~histol+instit,data=nwtco)) anova(coxph(Surv(edrel,rel)~instit+histol,data=nwtco)) -- Dataset imported from https://www.r-project.org. |
Title | Authored on | Content type |
---|---|---|
OpenIntro Statistics Dataset - dream | August 9, 2020 - 12:25 PM | Dataset |
OpenIntro Statistics Dataset - winery_cars | August 9, 2020 - 2:38 PM | Dataset |
R Dataset / Package HSAUR / toothpaste | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package HSAUR / pottery | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package HistData / Guerry | March 9, 2018 - 1:06 PM | Dataset |
Attachment | Size |
---|---|
dataset-71644.csv | 111.02 KB |