summary-methods: The S4 summary methods for EventPrediction package

Description Usage Arguments

Description

The S4 summary methods for EventPrediction package

Usage

1
2
3
4
5
6
7
8
9
## S4 method for signature 'EventData'
summary(object)

## S4 method for signature 'FromDataResults'
summary(object, round.method = "None",
  text.width = 60, show.predictions = TRUE, show.at.risk = TRUE)

## S4 method for signature 'AnalysisResults'
summary(object, options = DisplayOptions())

Arguments

object

The object for which a summary is desired

round.method

If the string "toMonths" then dates are rounded to the nearest month. For the lower confidence interval value the month of the date 15 days earlier than the given value is used and for the upper confidence interval value the month of the date 15 days later is used. For the median, the month is used.

text.width

The width of the summary text

show.predictions

Logical if TRUE then include the time.pred.data and event.pred.data information in the text

show.at.risk

Output the median number of at risk years

options

A DisplayOptions object


scientific-computing-solutions/eventPrediction documentation built on May 29, 2019, 3:44 p.m.