names,stantvafit-method {RStanTVA} | R Documentation |
Retrieve model parameter names
Description
Returns the names of the fitted model parameters.
Usage
## S4 method for signature 'stantvafit'
names(x)
Arguments
x |
The StanTVA fit. |
Value
The list of parameter names and aliases.
Examples
f <- read_stantva_fit("fit.rds")
names(f)
[Package RStanTVA version 0.3.0 Index]