check_matrix: Check Markov Model Transition Matrix

View source: R/matrix_eval.R

check_matrixR Documentation

Check Markov Model Transition Matrix

Description

Check whether a matrix fulfills the conditions to be a transition matrix.

Usage

check_matrix(x)

Arguments

x

a matrix.

Details

This function is called by eval_transition() and should not be used directly.

Checks whether all rows sum to 1 and all probabilities are between 0 and 1.

Value

NULL


heemod documentation built on May 29, 2024, 8:17 a.m.