transMats {cosmo}R Documentation

Example transition matrix in list format

Description

An example transition matrix for a 2nd order transition matrix in list format, with each order having its own transition matrix.

Usage

data(transMats)

Format

The format is: List of 3 order2: num [1:16, 1:4] 0.284 0.306 0.218 0.398 0.356 ... order1: num [1:4, 1:4] 0.317 0.262 0.224 0.363 0.207 ... order0: num [1, 1:4] 0.298 0.201 0.213 0.287

Details

Source

References

Examples

data(transMats)

[Package cosmo version 1.4.0 Index]