convert.full.tm: Convert sparse version of transition matrix to full form

View source: R/full_tm.R

convert.full.tmR Documentation

Convert sparse version of transition matrix to full form

Description

Convert a sparse version of a transition matrix (with only the non-zero elements) into a full matrix.

Usage

convert.full.tm(full.tm)

Arguments

full.tm

A list whose elements are the rows of the matrix, each being a vector with just the non-zero elements of the matrix.

Value

A full matrix version of the input.

Author(s)

Karl W Broman, broman@wisc.edu

See Also

get.full.tm, get.full.tm.symbolic


kbroman/ricalc documentation built on May 17, 2023, 11:54 p.m.