get_staninput: Get the input data from an ideal adaptor stanfit

View source: R/get-info-from-NIW-IA-stanfit.R

get_staninputR Documentation

Get the input data from an ideal adaptor stanfit

Description

Returns the inputs handed to stan or sampling during the creation of the ideal_adaptor_stanfit object.

Usage

get_staninput(x, ...)

## S3 method for class 'ideal_adaptor_stanfit'
get_staninput(x, which = c("untransformed", "transformed", "both")[1])

Arguments

x

ideal_adaptor_stanfit object.

which

Should "transformed" or "untransformed" staninput be returned or "both"? (default: '"untransformed"')

Value

A list with element names and structures determined by the type of stanfit model.

See Also

TBD


hlplab/MVBeliefUpdatr documentation built on July 5, 2025, 6:42 a.m.