Learn R Programming

matrixdist (version 1.1.9)

TVR,ph-method: TVR method for ph class

Description

TVR method for ph class

Usage

# S4 method for ph
TVR(x, rew)

Value

An object of the of class ph.

Arguments

x

An object of class ph.

rew

A vector of rewards.

Examples

Run this code
obj <- ph(structure = "general")
TVR(obj, c(1, 2, 3))

Run the code above in your browser using DataLab