Learn R Programming

RStanTVA (version 0.3.2)

names,stantvafit-method: Retrieve model parameter names

Description

Returns the names of the fitted model parameters.

Usage

# S4 method for stantvafit
names(x)

Value

The list of parameter names and aliases.

Arguments

x

The StanTVA fit.

Examples

Run this code
if (FALSE) {
f <- read_stantva_fit("fit.rds")
names(f)
}

Run the code above in your browser using DataLab