a b/man/event.data.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/eventPrediction_package.R
3
\docType{data}
4
\name{event.data}
5
\alias{event.data}
6
\title{Simulated data that was originally obtained by the exportData function available
7
in the package. The randomization dates have not been modelled properly and is only
8
evenly distributed in the study period.}
9
\format{A data.frame containing a row per patient with six columns:
10
subject patient identifier
11
has.event Logical indicating whether patient has had an event or not
12
event.date Date of event
13
last.date  The date of the last visit
14
rand.date Date when patient was randomized. 
15
eventType For subjects with an event, the type of event which occurred}
16
\description{
17
Simulated data that was originally obtained by the exportData function available
18
in the package. The randomization dates have not been modelled properly and is only
19
evenly distributed in the study period.
20
}
21