Learn R Programming

RStanTVA (version 0.3.2)

alias,stantvafit-method: Retrieve parameters aliases

Description

Returns the StanTVA parameter aliases for the underlying RStan fit.

Usage

# S4 method for stantvafit
alias(object)

Value

A character vector of parameter aliases.

Arguments

object

The StanTVA fit object.

Examples

Run this code
if (FALSE) {
al <- alias(fit)
al
}

Run the code above in your browser using DataLab