TVR,dph-method | R Documentation |
TVR Method for dph Class
## S4 method for signature 'dph'
TVR(x, rew)
x |
An object of class dph. |
rew |
A vector of rewards. |
An object of the of class dph.
obj <- dph(structure = "general")
TVR(obj, c(1, 0, 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.