Diff of /man/EventData-class.Rd [000000] .. [f2e496]

Switch to unified view

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