View source: R/get-info-from-NIW-IA-stanfit.R
get_staninput | R Documentation |
Returns the inputs handed to stan
or sampling
during the creation of the ideal_adaptor_stanfit
object.
get_staninput(x, ...)
## S3 method for class 'ideal_adaptor_stanfit'
get_staninput(x, which = c("untransformed", "transformed", "both")[1])
x |
|
which |
Should "transformed" or "untransformed" staninput be returned or "both"? (default: '"untransformed"') |
A list with element names and structures determined by the type of stanfit model.
TBD
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.