summary.etm {etm}R Documentation

Summary methods for an 'etm' object

Description

Summary method for objects of class etm

Usage

## S3 method for class 'etm':
summary(object, all = FALSE, ...)
## S3 method for class 'summary.etm':
print(x, ...)

Arguments

object An object of class etm.
all If set to TRUE, a data.frame will be computed for all transitions that are not 0 in the empirical transition matrix.
x A summary.cpf object
... Further arguments

Value

A list of data.frames giving the transition probability and stage occupation probability estimates. List items are named after the possible transition.

P Transtion probability estimates
var Variance estimates
time Transition times
n.risk Number of individuals at risk of experiencing a transition just before time t
n.event Number of events at time t

Author(s)

Arthur Allignol arthur.allignol@fdm.uni-freiburg.de

See Also

etm


[Package etm version 0.3-7 Index]