is.proper_transition_matrix: Test Format of Transition Matrix

Description Usage Arguments Value

View source: R/is.proper_transition_matrix.R

Description

Test if a markov chain transition matrix follows the form required for the conversion path analysis i.e. Square matrix with two absorbing states (conv, drop), a (start) state that can't be reached from any other state.

Usage

1
is.proper_transition_matrix(transition_matrix)

Arguments

transition_matrix

a transiton matrix to be tested

Value

a transition matrix


bdshaff/conversionpath documentation built on Dec. 19, 2021, 7:41 a.m.