Learn R Programming

matrixdist (version 1.1.9)

TVR,dph-method: TVR Method for dph Class

Description

TVR Method for dph Class

Usage

# S4 method for dph
TVR(x, rew)

Value

An object of the of class dph.

Arguments

x

An object of class dph.

rew

A vector of rewards.

Examples

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

Run the code above in your browser using DataLab