[f2e496]: / man / EventData-class.Rd

Download this file

22 lines (18 with data), 731 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/eventData.R
\docType{class}
\name{EventData-class}
\alias{EventData-class}
\title{Class representing data to use for new predictions}
\description{
Class representing data to use for new predictions
}
\section{Slots}{
\describe{
\item{\code{subject.data}}{a data frame with 6 columns
"subject", "rand.date", "has.event", "withdrawn", "censored.at.follow.up" and "time" and "site" and "event.type"
see vignette and \code{EventData} for further details.}
\item{\code{followup}}{A numeric value for the fixed follow up period a subject
is followed. This is in days. If there is no fixed followup period then
Inf should be used}
}}