names,stantvafit-method | R Documentation |
Returns the names of the fitted model parameters.
## S4 method for signature 'stantvafit'
names(x)
x |
The StanTVA fit. |
The list of parameter names and aliases.
f <- read_stantva_fit("fit.rds")
names(f)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.