CalculateDaysAtRisk-methods: Calculate the number of days at risk

Description Usage Arguments

Description

For EventData object this is the number of days at risk of the input data. For SingleSimDetails object this is the median numberof days at risk in the simulation set at the given time

Usage

1
2
3
4
5
6
7
CalculateDaysAtRisk(object, ...)

## S4 method for signature 'EventData'
CalculateDaysAtRisk(object)

## S4 method for signature 'SingleSimDetails'
CalculateDaysAtRisk(object, times)

Arguments

object

The object to calculate the days at risk

...

Additional arguments passed to the function

times

A vector of dates for calculating cutting the simulated date at in order to calculate the number of days at risk by this point.


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