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