Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

print.etm

Print method for object of class 'etm'


Description

Print method for objects of class etm.

Usage

## S3 method for class 'etm'
print(x, covariance = FALSE, whole = TRUE, ...)

Arguments

x

An object of class etm.

covariance

Whether print the covariance matrix. Default is TRUE

whole

Whether to plot the entire covariance matrix. If set to FALSE, rows and columns containing only 0 will be removed for printing.

...

Further arguments for print or summary.

Details

The function prints a matrix giving the possible transitions, along with the estimates of P(s, t) and cov(P(s, t)).

Value

No value returned

Author(s)

Arthur Allignol, arthur.allignol@gmail.com

See Also


etm

Empirical Transition Matrix

v1.1.1
MIT + file LICENSE
Authors
Mark Clements [aut, cre], Arthur Allignol [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.