print-summary {etm}R Documentation

Print and summary methods for object of class 'etm'

Description

Print and summary methods for objects of class etm.

Usage

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

Arguments

x An object of class etm.
object An object of class etm.
... Further arguments for print or summary.

Details

The print method displays the estimated matrix of transition probabilities for each event times in (s, t].

The summary methods provides a description of the multistate model, along with the estimation of P(s, t] and cov(P(s, t]).

Value

No value returned

Author(s)

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

See Also

etm


[Package etm version 0.3-3 Index]