Learn R Programming

FRESA.CAD (version 3.4.7)

ppoisGzero: Probability of more than zero events

Description

Returns the probability of having 1 or more Poisson events the adjusted probability (adjustProb) the exptected time to event (meanTimeToEvent) or the exected number of events per interval (expectedEventsPerInterval)

Usage

ppoisGzero(index,h0)
	adjustProb(probGZero,gain)
	meanTimeToEvent(probGZero,timeInterval)
	expectedEventsPerInterval(probGZero)

Value

The probability of nozero events. Or the expected time to event (meanTimeToEvent) Or the expected number of events per interval (expectedEventsPerInterval)

Arguments

index

The hazard index

h0

Baseline hazard

probGZero

The probability of having any event

gain

The calibration gain

timeInterval

The time interval

Author

Jose G. Tamez-Pena

Details

Auxiliary functions for the estimation of the probability of having at least one Poisson event. Or the mean time to event.

See Also

RRPlot

Examples

Run this code
  #TBD

Run the code above in your browser using DataLab