TVR-dph-method: TVR Method for dph Class

TVR,dph-methodR Documentation

TVR Method for dph Class

Description

TVR Method for dph Class

Usage

## S4 method for signature 'dph'
TVR(x, rew)

Arguments

x

An object of class dph.

rew

A vector of rewards.

Value

An object of the of class dph.

Examples

obj <- dph(structure = "general")
TVR(obj, c(1, 0, 1))

matrixdist documentation built on Aug. 8, 2023, 5:06 p.m.