|
a |
|
b/man/summary-methods.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/eventPrediction_package.R, R/eventData.R, R/dataResults.R, R/results.R |
|
|
3 |
\docType{methods} |
|
|
4 |
\name{summary} |
|
|
5 |
\alias{summary} |
|
|
6 |
\alias{summary,AnalysisResults-method} |
|
|
7 |
\alias{summary,EventData-method} |
|
|
8 |
\alias{summary,FromDataResults-method} |
|
|
9 |
\title{The S4 summary methods for EventPrediction package} |
|
|
10 |
\usage{ |
|
|
11 |
\S4method{summary}{EventData}(object) |
|
|
12 |
|
|
|
13 |
\S4method{summary}{FromDataResults}(object, round.method = "None", |
|
|
14 |
text.width = 60, show.predictions = TRUE, show.at.risk = TRUE) |
|
|
15 |
|
|
|
16 |
\S4method{summary}{AnalysisResults}(object, options = DisplayOptions()) |
|
|
17 |
} |
|
|
18 |
\arguments{ |
|
|
19 |
\item{object}{The object for which a summary is desired} |
|
|
20 |
|
|
|
21 |
\item{round.method}{If the string "toMonths" then dates are rounded |
|
|
22 |
to the nearest month. For the lower confidence interval value the month of |
|
|
23 |
the date 15 days earlier than the given value is used |
|
|
24 |
and for the upper confidence interval value the month of the |
|
|
25 |
date 15 days later is used. For the median, the month is used.} |
|
|
26 |
|
|
|
27 |
\item{text.width}{The width of the summary text} |
|
|
28 |
|
|
|
29 |
\item{show.predictions}{Logical if TRUE then include the time.pred.data and |
|
|
30 |
event.pred.data information in the text} |
|
|
31 |
|
|
|
32 |
\item{show.at.risk}{Output the median number of at risk years} |
|
|
33 |
|
|
|
34 |
\item{options}{A \code{DisplayOptions} object} |
|
|
35 |
} |
|
|
36 |
\description{ |
|
|
37 |
The S4 summary methods for EventPrediction package |
|
|
38 |
} |
|
|
39 |
|