View source: R/get-info-from-NIW-IA-stanfit.R
get_test_data_from_stanfit | R Documentation |
Returns the test data used during the creation of the stanfit
.
object.
get_test_data_from_stanfit(
fit,
groups = get_group_levels_from_stanfit(fit, include_prior = FALSE)
)
groups |
Character vector of groups for which test data is requested. Typically, the levels of these factors
are automatically added to the fit during the creation of the fit. If necessary, however, it is possible to use
|
x |
|
A tibble
in which each row is a test token. Columns include the cues
and the response counts (one column per category) for all test tokens and all groups.
TBD
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.