TVR,ph-method {matrixdist}R Documentation

TVR method for ph class

Description

TVR method for ph class

Usage

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

Arguments

x

An object of class ph.

rew

A vector of rewards.

Value

An object of the of class ph.

Examples

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

[Package matrixdist version 1.1.9 Index]