NOTE

This page is obsolete. Instead use https://hbiostat.org/data

Datasets

Most of the datasets on this page are in the S dumpdata and R compressed save() file formats. Some are available in Excel and ASCII ( .csv) formats and Stata (.dta). Methods for retrieving and importing datasets may be found here. If you need one of the datasets we maintain converted to a non-S format please e-mail mailto:charles.dupont@vanderbilt.edu to make a request.

For R users of the prostate dataset, put library(chron) into effect to handle date variables. A simpler approach is to just convert the one date variable to the built-in R format by running the command prostate$sdate <- as.Date(prostate$sdate).

Permission is granted to anyone wishing to use the data sets provided here. Please reference the original paper which, for most data sets, is given in our notes linked below, and note "Data obtained from https://hbiostat.org/data".


Description R S-Plus (.sdd) Excel ASCII contents()
    Stata (.dta)      
Meningitis dataset
abm.html abm.sav abm.dta abm.xls NA Cabm.html
Cardiac catheterization diagnostic data
acath.html acath.sav acath.dta acath.xls.zip NA Cacath.html
CRASH-2
crash2.html crash2.rda NA NA NA Ccrash2.html
WHO ARI Multicentre Study of clinical signs and etiologic agents
Description ari.sav ari_other.sav NA NA ari.zip ari.html
Rosner's estriol data
NA birth.estriol.sav NA NA birth_estriol.csv Cbirth.estriol.html
Boston neighborhood housing prices data
boston.html boston.sav boston.sdd NA NA Cboston.html
Cervical Dystonia longitudinal dataset
cdystonia.html cdystonia.sav cdystonia.dta NA NA Ccdystonia.html
U.S. counties and 1992 presidential election dataset
counties.html counties.sav counties.sdd countiesxls.zip NA Ccounties.html
Diabetes data
diabetes.html diabetes.sav diabetes.sdd diabetes.xls diabetes.csv Cdiabetes.html
Duchenne muscular dystrophy dataset
dmd.html dmd.sav dmd.sdd NA dmd.csv Cdmd.html
Esophageal pH Data
Article esopH.rda esopH.dta     CesopH.html
Article esopH2.rda       CesopH2.html
German Breast Cancer Data
GermanBreastCa gbsg.sav NA NA gbsg_ba_ca.dat Cgbsg.html
Hypertension data from the Dominican Republic
DominicanHTN.html DominicanHTN.sav NA DominicanHTN.xls NA CDominicanHTN.html
Rosner's FEV data
FEV.html FEV.sav FEV.sdd NA FEV.csv CFEV.html
Rosner's hospital data
NA hospital.sav NA NA NA Chospital.html
Rat vaginal cancer data
kprats.html kprats.sav kprats.sdd NA NA Ckprats.html
Rosner's lead data
NA lead.sav lead.rda (no labels) lead.dta NA NA Clead.html
NHANES glycohemoglobin data
NhanesGh nhgh.rda nhgh.dta NA nhgh.tsv nhgh.html
1996 Olympics medal counts
olympics.1996.html olympics.1996.sav olympics.1996.sdd NA olympics.1996.asc Colympics.1996.html
Mayo Clinic primary biliary cirrhosis data
pbc.html pbc.sav pbc.dta pbc.xls NA Cpbc.html
Plasma Retinol/Beta-Carotene dataset
plasma.html plasma.sav plasma.sdd NA NA Cplasma.html
Byar & Greene prostate cancer data
prostate.html prostate.sav prostate.dta prostate.xls NA Cprostate.html
Right heart catheterization dataset
rhc.html rhc.sav rhc.sdd NA rhc.csv Crhc.html
40-observation sex-age-response data
sex.age.response.html sex.age.response.sav sex.age.response.dta NA NA Csex.age.response.html
Stress Echocardiography Data
stressEcho.html stressEcho.sav stressEcho.sdd NA stressEcho.csv CstressEcho.html
SUPPORT study datasets
Description support.sav support.dta support.xls support.tsv Csupport.html
  support2.sav support2.sdd NA support2csv.zip Csupport2.html
Data for Titanic passengers
titanic.html titanic.sav titanic.sdd NA titanic.txt Ctitanic.html
NA titanic2.sav titanic2.sdd NA NA Ctitanic2.html
NA titanic3.sav titanic3.dta titanic3.xls titanic3.csv Ctitanic3.html
VA lung cancer data
valung.html valung.sav valung.sdd NA valung.csv Cvalung.html
Very low birth weight infant
vlbw.html vlbw.sav vlbw.sdd NA vlbw.zip Cvlbw.html
Data sets from Dupont, W. D. (2002). Statistical Modeling for Biomedical Researchers
Bernard et al. (1997) NA NA NA 1.3.2.Sepsis.csv NA
Bernard et al. (1997) NA NA NA 1.4.11.Sepsis.csv NA
Parl et al. (1989) NA NA NA 10.7.ERpolymorphism.csv NA
Lang et al. (1995) NA NA NA 11.2.Isoproterenol.csv NA
Lang et al. (1995) NA NA NA 11.2.Long.Isoproterenol.csv NA
(no ref) NA NA NA 11.AreaUnderCurve.csv NA
Brent et al. (1999) NA NA NA ALERT!2.12.Poisson.csv NA
Gross et al. (1999) NA NA NA 2.18.Funding.csv NA
Levy (1999) NA NA NA 2.20.Framingham.csv NA
Eisenhofer et al. (1999) NA NA NA 2.ex.vonHippelLindau.csv NA
Gross et al. (1999) NA NA NA 3.ex.Funding.csv NA
Bernard et al. (1997) NA NA NA 4.11.Sepsis.csv NA
Bernard et al. (1997) NA NA NA 4.18.Sepsis.csv NA
Breslow & Day (1980) NA NA NA 4.21.EsophagealCa.csv NA
Bernard et al. (1997) NA NA NA 4.ex.Sepsis.csv NA
Breslow & Day (1980) NA NA NA 5.5.EsophagealCa.csv NA
Scholer et al. (1997) NA NA NA 5.ex.InjuryDeath.csv NA
O'Donnell et al. (2000) NA NA NA 6.9.Hemorrhage.csv NA
Dupont et al. (1985) NA NA NA 6.ex.Breast.csv NA
Levy (1999) NA NA NA 8.12.Framingham.csv NA
Levy (1999) NA NA NA 8.7.Framingham.csv NA
(no ref) NA NA NA 8.8.2.Person-Years.csv NA
(no ref) NA NA NA 8.8.2.Survival.csv NA
Scholer et al. (1997) NA NA NA 8.ex.InjuryDeath.csv NA
(no ref) NA NA NA 11.ex.Sepsis.csv NA

Note: To make csv files from R save files do the following: load(url('https://hbiostat.org/data/repo/foo.sav')) # replace 'foo' with dataset name ls() # find name of data frame just loaded (here assumed 'foo') write.table(d, file='foo.csv', sep=',', col.names=NA)

Other Datasets Available from the Web

Topic attachments
I Attachment Action Size Date Who Comment
AsourceEXT Asource manage 0.1 K 05 Feb 2004 - 11:32 ColeBeck  
CDominicanHTN.htmlhtml CDominicanHTN.html manage 1.2 K 04 Feb 2004 - 14:09 ColeBeck  
CFEV.htmlhtml CFEV.html manage 1.0 K 04 Feb 2004 - 14:09 ColeBeck  
Cabm.htmlhtml Cabm.html manage 6.0 K 02 Feb 2004 - 17:03 ColeBeck  
Cacath.htmlhtml Cacath.html manage 0.9 K 04 Feb 2004 - 14:09 ColeBeck  
Cbirth.estriol.htmlhtml Cbirth.estriol.html manage 0.2 K 04 Feb 2004 - 14:09 ColeBeck  
Cboston.htmlhtml Cboston.html manage 5.9 K 04 Feb 2004 - 14:10 ColeBeck  
Ccdystonia.htmlhtml Ccdystonia.html manage 1.5 K 05 Feb 2004 - 11:16 ColeBeck  
Ccounties.htmlhtml Ccounties.html manage 2.2 K 05 Feb 2004 - 11:17 ColeBeck  
Ccrash2.htmlhtml Ccrash2.html manage 15.4 K 05 Aug 2019 - 08:18 FrankHarrell Crash-2 Study R Data Dictionary
Cdiabetes.htmlhtml Cdiabetes.html manage 3.3 K 05 Feb 2004 - 11:17 ColeBeck  
Cdmd.htmlhtml Cdmd.html manage 1.1 K 05 Feb 2004 - 11:17 ColeBeck  
CesopH.htmlhtml CesopH.html manage 0.4 K 04 Feb 2015 - 12:07 FrankHarrell contents(esopH)
CesopH2.htmlhtml CesopH2.html manage 0.4 K 04 Feb 2015 - 12:07 FrankHarrell contents(esopH2)
Cgbsg.htmlhtml Cgbsg.html manage 1.5 K 29 May 2009 - 17:04 FrankHarrell contents() for gbsg
Chospital.htmlhtml Chospital.html manage 1.4 K 05 Feb 2004 - 11:17 ColeBeck  
Ckprats.htmlhtml Ckprats.html manage 0.3 K 05 Feb 2004 - 11:17 ColeBeck  
Clead.htmlhtml Clead.html manage 7.0 K 05 Feb 2004 - 11:18 ColeBeck  
Colympics.1996.htmlhtml Colympics.1996.html manage 0.3 K 05 Feb 2004 - 11:18 ColeBeck  
Cpbc.htmlhtml Cpbc.html manage 3.5 K 05 Feb 2004 - 11:18 ColeBeck  
Cplasma.htmlhtml Cplasma.html manage 2.3 K 05 Feb 2004 - 11:18 ColeBeck  
Cprostate.htmlhtml Cprostate.html manage 3.8 K 05 Feb 2004 - 11:18 ColeBeck  
Crhc.htmlhtml Crhc.html manage 11.6 K 05 Feb 2004 - 11:19 ColeBeck  
Csex.age.response.htmlhtml Csex.age.response.html manage 0.6 K 05 Feb 2004 - 11:19 ColeBeck  
CsourceEXT Csource manage 0.1 K 05 Feb 2004 - 11:21 ColeBeck  
CstressEcho.htmlhtml CstressEcho.html manage 4.2 K 05 Feb 2004 - 11:19 ColeBeck  
Csupport.htmlhtml Csupport.html manage 6.1 K 05 Feb 2004 - 11:19 ColeBeck  
Csupport2.htmlhtml Csupport2.html manage 8.1 K 05 Feb 2004 - 11:19 ColeBeck  
Ctitanic.htmlhtml Ctitanic.html manage 22.7 K 05 Feb 2004 - 11:19 ColeBeck  
Ctitanic2.htmlhtml Ctitanic2.html manage 0.9 K 05 Feb 2004 - 11:20 ColeBeck  
Ctitanic3.htmlhtml Ctitanic3.html manage 9.2 K 05 Feb 2004 - 11:20 ColeBeck  
Cvalung.htmlhtml Cvalung.html manage 1.2 K 05 Feb 2004 - 11:20 ColeBeck  
Cvlbw.htmlhtml Cvlbw.html manage 4.8 K 05 Feb 2004 - 11:20 ColeBeck  
Dcontents.txttxt Dcontents.txt manage 0.3 K 20 Jul 2011 - 16:43 FrankHarrell  
DominicanHTN.htmlhtml DominicanHTN.html manage 0.8 K 06 Feb 2004 - 11:42 ColeBeck  
DominicanHTN.savsav DominicanHTN.sav manage 2.8 K 05 Feb 2004 - 16:36 ColeBeck  
DominicanHTN.xlsxls DominicanHTN.xls manage 31.4 K 05 Feb 2004 - 16:02 ColeBeck  
DsourceEXT Dsource manage 0.1 K 05 Feb 2004 - 16:08 ColeBeck  
FEV.csvcsv FEV.csv manage 29.8 K 21 Jan 2008 - 18:11 ChrisSlaughter Rosner's FEV data in .csv format
FEV.htmlhtml FEV.html manage 0.4 K 21 Jan 2008 - 18:12 ChrisSlaughter Description of Rosner's FEV data
FEV.savsav FEV.sav manage 8.0 K 05 Feb 2004 - 16:36 ColeBeck  
FEV.sddsdd FEV.sdd manage 20.0 K 05 Feb 2004 - 16:20 ColeBeck  
Rcontents.txttxt Rcontents.txt manage 0.4 K 03 Aug 2019 - 10:38 FrankHarrell List of datasets known to Hmisc getHdata function
RsourceEXT Rsource manage 0.1 K 05 Feb 2004 - 16:08 ColeBeck  
Scontents.txttxt Scontents.txt manage 0.3 K 03 Feb 2004 - 12:31 ColeBeck  
SsourceEXT Ssource manage 0.1 K 05 Feb 2004 - 16:08 ColeBeck  
XsourceEXT Xsource manage 0.1 K 05 Feb 2004 - 16:08 ColeBeck  
abm.dtadta abm.dta manage 115.4 K 30 Jan 2016 - 17:00 FrankHarrell  
abm.htmlhtml abm.html manage 3.2 K 06 Feb 2004 - 11:33 ColeBeck  
abm.savsav abm.sav manage 24.3 K 02 Feb 2004 - 16:56 ColeBeck  
abm.sddsdd abm.sdd manage 93.0 K 02 Feb 2004 - 16:57 ColeBeck  
abm.xlsxls abm.xls manage 273.7 K 02 Feb 2004 - 16:57 ColeBeck  
acath.dtadta acath.dta manage 83.4 K 30 Jan 2016 - 17:03 FrankHarrell  
acath.htmlhtml acath.html manage 1.3 K 06 Feb 2004 - 11:33 ColeBeck  
acath.savsav acath.sav manage 26.4 K 05 Feb 2004 - 16:36 ColeBeck  
acath.sddsdd acath.sdd manage 92.4 K 05 Feb 2004 - 16:20 ColeBeck  
acath.xls.zipzip acath.xls.zip manage 61.1 K 05 Feb 2004 - 16:02 ColeBeck  
aindex.htmlhtml aindex.html manage 0.7 K 30 Jan 2004 - 14:26 ColeBeck  
ari.htmlhtml ari.html manage 15.4 K 09 Jan 2007 - 17:46 FrankHarrell WHO ARI Multicentre Study of Clinical Signs and Etiologic Agents
ari.savsav ari.sav manage 1594.6 K 09 Jan 2007 - 17:38 FrankHarrell WHO ARI Multicentre Study of Clinical Signs and Etiologic Agents
ari.zipzip ari.zip manage 384.7 K 19 Mar 2012 - 09:30 CharlesDupont WHO ARI Multicentre Study of Clinical Signs and Etiologic Agents
ari_other.savsav ari_other.sav manage 82.2 K 09 Jan 2007 - 17:39 FrankHarrell Sc, Y, Y.death objects for WHO ARI Multicentre Study of Clinical Signs and Etiologic Agents
birth.estriol.savsav birth.estriol.sav manage 0.3 K 05 Feb 2004 - 16:36 ColeBeck  
birth_estriol.csvcsv birth_estriol.csv manage 0.2 K 27 Jan 2016 - 07:27 ThomasStewart  
boston.htmlhtml boston.html manage 2.2 K 06 Feb 2004 - 11:33 ColeBeck  
boston.savsav boston.sav manage 26.3 K 05 Feb 2004 - 16:37 ColeBeck  
boston.sddsdd boston.sdd manage 80.7 K 05 Feb 2004 - 16:21 ColeBeck  
cdystonia.dtadta cdystonia.dta manage 19.0 K 30 Jan 2016 - 17:02 FrankHarrell  
cdystonia.htmlhtml cdystonia.html manage 1.2 K 06 Feb 2004 - 11:33 ColeBeck  
cdystonia.savsav cdystonia.sav manage 4.4 K 05 Feb 2004 - 16:37 ColeBeck  
cdystonia.sddsdd cdystonia.sdd manage 17.3 K 05 Feb 2004 - 16:21 ColeBeck  
college1.jpgjpg college1.jpg manage 7.9 K 06 Feb 2004 - 11:33 ColeBeck  
college2.jpgjpg college2.jpg manage 9.2 K 06 Feb 2004 - 11:33 ColeBeck  
counties.htmlhtml counties.html manage 0.8 K 06 Feb 2004 - 11:38 ColeBeck  
counties.savsav counties.sav manage 159.7 K 05 Feb 2004 - 16:37 ColeBeck  
counties.sddsdd counties.sdd manage 457.3 K 05 Feb 2004 - 16:21 ColeBeck  
countiesxls.zipzip countiesxls.zip manage 280.7 K 05 Feb 2004 - 16:03 ColeBeck  
crash2.htmlhtml crash2.html manage 1.2 K 03 Aug 2019 - 10:22 FrankHarrell Crash-2 Study Data Overview from freeBIRD
crash2.rdarda crash2.rda manage 488.2 K 05 Aug 2019 - 08:18 FrankHarrell CRASH-2 R Data
diabetes.csvcsv diabetes.csv manage 36.2 K 26 Apr 2018 - 15:34 CharlesDupont  
diabetes.htmlhtml diabetes.html manage 1.8 K 06 Feb 2004 - 11:42 ColeBeck  
diabetes.savsav diabetes.sav manage 12.0 K 05 Feb 2004 - 16:37 ColeBeck  
diabetes.sddsdd diabetes.sdd manage 40.6 K 05 Feb 2004 - 16:21 ColeBeck  
diabetes.xlsxls diabetes.xls manage 131.4 K 05 Feb 2004 - 16:02 ColeBeck  
dindex.htmlhtml dindex.html manage 4.1 K 30 Jan 2004 - 14:27 ColeBeck  
dmd.csvcsv dmd.csv manage 9.0 K 26 Jan 2005 - 22:19 FrankHarrell Duchenne muscular dystrophy csv dataset
dmd.htmlhtml dmd.html manage 2.0 K 06 Feb 2004 - 11:42 ColeBeck  
dmd.savsav dmd.sav manage 3.6 K 05 Feb 2004 - 16:37 ColeBeck  
dmd.sddsdd dmd.sdd manage 11.4 K 05 Feb 2004 - 16:21 ColeBeck  
dubois.dtadta dubois.dta manage 0.8 K 24 Jan 2016 - 10:03 FrankHarrell Stata file for main 10-subject body surface area data from Dubois & Dubois 1916
esopH.dtadta esopH.dta manage 2127.5 K 30 Jan 2016 - 17:03 FrankHarrell  
esopH.rdarda esopH.rda manage 258.2 K 04 Feb 2015 - 12:08 FrankHarrell Comparison of 2 methods of measuring esophageal pH (gastric reflux)
esopH2.rdarda esopH2.rda manage 17.6 K 04 Feb 2015 - 12:09 FrankHarrell Difference between two methods of measuring esophageal pH by time of day
gbsg.savsav gbsg.sav manage 12.7 K 29 May 2009 - 17:05 FrankHarrell German Breast Cancer R save file
gbsg_ba_ca.datdat gbsg_ba_ca.dat manage 59.7 K 29 May 2009 - 17:05 FrankHarrell German Breast Cancer Tab Delimted File
hindex.htmlhtml hindex.html manage 3.5 K 30 Jan 2004 - 14:27 ColeBeck  
hospital.savsav hospital.sav manage 0.6 K 05 Feb 2004 - 16:37 ColeBeck  
kprats.htmlhtml kprats.html manage 0.5 K 06 Feb 2004 - 11:50 ColeBeck  
kprats.savsav kprats.sav manage 0.4 K 05 Feb 2004 - 16:38 ColeBeck  
kprats.sddsdd kprats.sdd manage 0.6 K 05 Feb 2004 - 16:21 ColeBeck  
lead.dtadta lead.dta manage 27.9 K 30 Jan 2016 - 17:04 FrankHarrell  
lead.rdarda lead.rda manage 5.2 K 06 Mar 2008 - 16:28 FrankHarrell Rosner's lead dataset without variable labels and units
lead.savsav lead.sav manage 5.8 K 05 Feb 2004 - 16:38 ColeBeck  
nhgh.dtadta nhgh.dta manage 880.5 K 16 Feb 2016 - 10:00 FrankHarrell Stata version of NHANES nhgh dataset
nhgh.htmlhtml nhgh.html manage 3.6 K 30 Nov 2014 - 08:07 FrankHarrell html(contents(nhgh))
nhgh.rdarda nhgh.rda manage 212.3 K 30 Nov 2014 - 08:08 FrankHarrell NHANES Glycohemoglobin and body measurements dataset for R
nhgh.tsvtsv nhgh.tsv manage 787.4 K 28 Jan 2016 - 12:12 ThomasStewart  
olympics.1996.ascasc olympics.1996.asc manage 1.5 K 05 Feb 2004 - 11:31 ColeBeck  
olympics.1996.htmlhtml olympics.1996.html manage 0.7 K 06 Feb 2004 - 11:50 ColeBeck  
olympics.1996.savsav olympics.1996.sav manage 1.3 K 05 Feb 2004 - 16:38 ColeBeck  
olympics.1996.sddsdd olympics.1996.sdd manage 1.9 K 05 Feb 2004 - 16:21 ColeBeck  
pbc.dtadta pbc.dta manage 45.2 K 30 Jan 2016 - 17:03 FrankHarrell  
pbc.htmlhtml pbc.html manage 0.6 K 06 Feb 2004 - 11:50 ColeBeck  
pbc.savsav pbc.sav manage 13.0 K 05 Feb 2004 - 16:38 ColeBeck  
pbc.sddsdd pbc.sdd manage 41.5 K 05 Feb 2004 - 16:22 ColeBeck  
pbc.xlsxls pbc.xls manage 131.6 K 05 Feb 2004 - 16:02 ColeBeck  
plasma.htmlhtml plasma.html manage 3.3 K 06 Feb 2004 - 11:50 ColeBeck  
plasma.savsav plasma.sav manage 11.6 K 05 Feb 2004 - 16:38 ColeBeck  
plasma.sddsdd plasma.sdd manage 28.4 K 05 Feb 2004 - 16:22 ColeBeck  
prostate.dtadta prostate.dta manage 45.6 K 30 Jan 2016 - 17:02 FrankHarrell  
prostate.htmlhtml prostate.html manage 0.9 K 06 Feb 2004 - 11:51 ColeBeck  
prostate.notes.txttxt prostate.notes.txt manage 0.8 K 06 Feb 2004 - 11:56 ColeBeck  
prostate.savsav prostate.sav manage 11.6 K 05 Feb 2004 - 16:38 ColeBeck  
prostate.sddsdd prostate.sdd manage 44.0 K 05 Feb 2004 - 16:22 ColeBeck  
prostate.xlsxls prostate.xls manage 182.2 K 05 Feb 2004 - 16:03 ColeBeck  
rhc.csvcsv rhc.csv manage 2266.0 K 25 Jun 2004 - 09:22 ColeBeck  
rhc.htmlhtml rhc.html manage 14.4 K 06 Feb 2004 - 11:56 ColeBeck  
rhc.sascode.dir.txttxt rhc.sascode.dir.txt manage 23.4 K 06 Feb 2004 - 11:56 ColeBeck  
rhc.sascode.zipzip rhc.sascode.zip manage 314.6 K 06 Feb 2004 - 11:56 ColeBeck  
rhc.savsav rhc.sav manage 324.8 K 05 Feb 2004 - 16:38 ColeBeck  
rhc.sddsdd rhc.sdd manage 1781.1 K 05 Feb 2004 - 16:22 ColeBeck  
rindex.htmlhtml rindex.html manage 3.7 K 30 Jan 2004 - 14:26 ColeBeck  
sex.age.response.dtadta sex.age.response.dta manage 1.2 K 30 Jan 2016 - 17:02 FrankHarrell  
sex.age.response.htmlhtml sex.age.response.html manage 0.6 K 06 Feb 2004 - 12:02 ColeBeck  
sex.age.response.savsav sex.age.response.sav manage 0.4 K 05 Feb 2004 - 16:39 ColeBeck  
sex.age.response.sddsdd sex.age.response.sdd manage 1.0 K 05 Feb 2004 - 16:22 ColeBeck  
sindex.htmlhtml sindex.html manage 3.1 K 30 Jan 2004 - 14:26 ColeBeck  
stressEcho.csvcsv stressEcho.csv manage 65.1 K 02 May 2005 - 14:20 CharlesDupont  
stressEcho.htmlhtml stressEcho.html manage 7.6 K 06 Feb 2004 - 12:01 ColeBeck  
stressEcho.savsav stressEcho.sav manage 15.8 K 05 Feb 2004 - 16:39 ColeBeck  
stressEcho.sddsdd stressEcho.sdd manage 55.3 K 05 Feb 2004 - 16:22 ColeBeck  
support.dtadta support.dta manage 195.2 K 30 Jan 2016 - 17:04 FrankHarrell  
support.savsav support.sav manage 52.2 K 05 Feb 2004 - 16:39 ColeBeck  
support.sddsdd support.sdd manage 194.7 K 05 Feb 2004 - 16:22 ColeBeck  
support.tsvtsv support.tsv manage 201.9 K 28 Jan 2016 - 11:34 ThomasStewart  
support.xlsxls support.xls manage 574.1 K 05 Feb 2004 - 16:03 ColeBeck  
support2.savsav support2.sav manage 529.6 K 05 Feb 2004 - 16:39 ColeBeck  
support2.sddsdd support2.sdd manage 2435.9 K 05 Feb 2004 - 16:23 ColeBeck  
support2csv.zipzip support2csv.zip manage 763.9 K 05 Feb 2004 - 11:31 ColeBeck  
titanic.htmlhtml titanic.html manage 3.2 K 06 Feb 2004 - 12:18 ColeBeck  
titanic.savsav titanic.sav manage 27.4 K 05 Feb 2004 - 16:39 ColeBeck  
titanic.sddsdd titanic.sdd manage 122.8 K 05 Feb 2004 - 16:23 ColeBeck  
titanic.txttxt titanic.txt manage 114.2 K 05 Feb 2004 - 11:31 ColeBeck  
titanic2.savsav titanic2.sav manage 5.3 K 05 Feb 2004 - 16:39 ColeBeck  
titanic2.sddsdd titanic2.sdd manage 27.3 K 05 Feb 2004 - 16:23 ColeBeck  
titanic3.csvcsv titanic3.csv manage 114.0 K 15 Feb 2010 - 10:27 ChrisSlaughter  
titanic3.dtadta titanic3.dta manage 177.0 K 30 Jan 2016 - 17:01 FrankHarrell Titanic Data
titanic3.savsav titanic3.sav manage 36.5 K 05 Feb 2004 - 16:39 ColeBeck  
titanic3.sddsdd titanic3.sdd manage 123.5 K 05 Feb 2004 - 16:23 ColeBeck  
titanic3.xlsxls titanic3.xls manage 277.5 K 05 Feb 2004 - 16:03 ColeBeck  
titanic3info.txttxt titanic3info.txt manage 5.9 K 06 Feb 2004 - 12:18 ColeBeck  
valung.csvcsv valung.csv manage 5.7 K 24 Sep 2010 - 12:34 CharlesDupont csv version of valung dataset
valung.htmlhtml valung.html manage 0.5 K 06 Feb 2004 - 12:01 ColeBeck  
valung.savsav valung.sav manage 1.6 K 05 Feb 2004 - 16:40 ColeBeck  
valung.sddsdd valung.sdd manage 5.3 K 05 Feb 2004 - 16:23 ColeBeck  
vlbw.htmlhtml vlbw.html manage 1.6 K 06 Feb 2004 - 12:01 ColeBeck  
vlbw.notes.txttxt vlbw.notes.txt manage 0.6 K 06 Feb 2004 - 12:01 ColeBeck  
vlbw.savsav vlbw.sav manage 19.9 K 05 Feb 2004 - 16:40 ColeBeck  
vlbw.sddsdd vlbw.sdd manage 83.6 K 05 Feb 2004 - 16:23 ColeBeck  
vlbw.zipzip vlbw.zip manage 19.2 K 27 Jan 2005 - 08:35 FrankHarrell Ascii CSV version of vlbw dataset
xindex.htmlhtml xindex.html manage 1.3 K 30 Jan 2004 - 14:26 ColeBeck  
This topic: Main > WebHome > DataSets
Topic revision: 06 May 2021, RobertGreevy
 
This site is powered by FoswikiCopyright © 2013-2022 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Vanderbilt Biostatistics Wiki? Send feedback