Prof. Janet M. Box-Steffensmeier
Skip navigation, view page content

The Ohio State University



Ohio State University logo Department of Political Science
Janet M. Box-Steffensmeier
Vernal Riffe Professor of Political Science and
Professor of Sociology
Director of the Program in Statistics and Methodology
Office: 2049S Derby Hall
154 N. Oval Mall
Columbus, Ohio 43210
(614) 292-9642
email: steffensmeier.2@osu.edu
Replication data for: Repeated Events Survival Models: The Conditional Frailty Model
Cataloging Information
Documentation, Data and Analysis
User Comments
 
Use the check boxes next to the file name to download multiple files. Data files will be downloaded in their default format. You can also download all the files in a category by checking the box next to the category name. You will be prompted to save a single archive file. Study files that have restricted access will not be downloaded.
Select all files
1. Documentation
repeatedevents.pdf
Adobe PDF - 218 KB - 30 downloads
Original article for this study
simulation_readme.rtf
MS Word - 7 KB - 23 downloads
Document describing the files in the simulation zip file
2a. Data - Empirical Files
cgd11.sdd
application/vnd.stardivision.impress - 17 KB - 19 downloads
Data and Empirical Files for "Repeated Events Survival Models"
cgd3.dat
Plain Text - 9 KB - 21 downloads
Data for "Repeated Events Survival Models"
cgd3.tab
Tab Separated - 7 KB - 25 downloads + analyses
Download
Data for "Repeated Events Survival Models"
Tabular Data128 Cases20 Variables
View Data Citation [+]
cgdruns9.ssc
Plain Text - 7 KB - 16 downloads
Data and Empirical Files for "Repeated Events Survival Models"
dnase1.dat
Plain Text - 35 KB - 18 downloads
Data for "Repeated Events Survival Models"
dnase1.tab
Tab Separated - 30 KB - 27 downloads + analyses
Download
Data for "Repeated Events Survival Models"
Tabular Data767 Cases8 Variables
View Data Citation [+]
Empirical Files.zip
application/x-zip-compressed - 15 KB - 20 downloads
Data and Empirical Files for "Repeated Events Survival Models"
rhDNase1.ssc
Plain Text - 3 KB - 15 downloads
Data and Empirical Files for "Repeated Events Survival Models"
2b. Data - Simulation Files
covarnorm.R
application/octet-stream - 698 bytes - 13 downloads
creates a function called covarnorm that generates the heterogeneity in the data. The heterogeneity is normally distributed when covarnorm is called. The length of the vector is determined by the first argument passed to the function. The second and third arguments are the mean (default 0) and standard deviation (default 1) of the normally distributed random variables
covar.R
application/octet-stream - 929 bytes - 13 downloads
creates a function called covar that generates heterogeneity in the data. It produces a vector of uniformly distributed random variables. The length of the vector is determined by the first argument, the last two arguments give the min and max values of the randomly generated variables. The defaults are -2 and 2, but alternative values can be passed to the function. A uniform variable on -2 to 2 has a variance of 1
klambda.R
application/octet-stream - 817 bytes - 14 downloads
creates the function klambda. This generates the event dependence in the data. The function is passed a vector of risks; the maximum number of events to be generated; and a flag signifying whether event dependence exists or alternatively whether the risk values returned are independent. If the flag is one, then the risks are generated to be independent. The form of the event dependence is: klambda: for(i in 1:k){ timesbyk[,i]<-rexp(n,risk+((i-1)*risk)) }
simdatanorm.R
application/octet-stream - 12 KB - 12 downloads
creates a function called simdatanorm that generates data with normally distributed random effects. The function is passed covarnorm rather than covar and also klambda
simdata.R
application/octet-stream - 14 KB - 12 downloads
creates a function called simdata that generates data with uniformly distributed random effects. The function requires many arguments, including the functions covar and klambda, as well as the sample size, treatment effect, baseline hazard... The function returns a dataframe that has data in both gap and elapsed time
Simulation Files.zip
application/x-zip-compressed - 12 KB - 14 downloads
Simulation Files for "Repeated Events Survival Models"