Learn R Programming

MDP2 (version 2.1.2)

stateIdxDf: Info about the states in the HMDP model under consideration.

Description

Info about the states in the HMDP model under consideration.

Usage

stateIdxDf(prefix = "", file = "stateIdx.bin", labels = "stateIdxLbl.bin")

Value

A data frame with the same columns as in stateIdxMat plus another column containing the labels.

Arguments

prefix

A character string with the prefix added to the file(s).

file

The HMDP binary file containing the description under consideration.

labels

The HMDP binary file containing the labels under consideration.