omega function

Compute 1 to k-step transition proportions

Compute 1 to k-step transition proportions

Computes 1 to k-step forward transition proportions in each state with a single transition matrix or a 3-d array of transition matrices.

omega(x, k = NULL, labels = NULL)

Arguments

  • x: either a transition matrix, list of transition matrices or 3-d array ( a set of transition matrices)
  • k: if x is a transition matrix, this is number of steps 1 to k
  • labels: labels for states except for last which is always dead and is added at end

Author(s)

Jeff Laake

  • Maintainer: Jeff Laake
  • License: GPL (>= 2)
  • Last published: 2023-10-19

Useful links