alias,stantvafit-method {RStanTVA} | R Documentation |
Retrieve parameters aliases
Description
Returns the StanTVA parameter aliases for the underlying RStan fit.
Usage
## S4 method for signature 'stantvafit'
alias(object)
Arguments
object |
The StanTVA fit object. |
Value
A character vector of parameter aliases.
Examples
al <- alias(fit)
al
[Package RStanTVA version 0.3.0 Index]