Learn R Programming

GUIgems (version 0.1)

PosteriorProbabilities: Class

Description

This S4 class summarizes the posterior probabilities over time for objects of class "ArtCohort"

Arguments

Slots

states
Object of class "character": names of states

times
Object of class "numeric": time points at which probabilities are evaluated

probabilities
Object of class "matrix": posterior Probabilities to be in each state at each time

lower
Object of class "matrix": lower prediction bound to be in each state at each time

upper
Object of class "matrix": upper prediction bound to be in each state at each time

type
Object of class "character": describes type of probability

Objects from the Class

Objects are created by calls to the function simulateCohort.

See Also

transitionProbabilities, cumulativeIncidence, ArtCohort

Examples

Run this code

showClass("PosteriorProbabilities")

Run the code above in your browser using DataLab