View source: R/prepare_tirt_stan_data.R
| prepare_tirt_stan_data | R Documentation |
Prepare pairwise list data for Stan
prepare_tirt_stan_data(
pairwise_data,
n_blocks,
block_size,
key_matrix,
trait_col,
key_col,
apply_heister = FALSE
)
pairwise_data |
A data frame of binary pairwise outcomes (output of
|
n_blocks |
Integer. Number of blocks in the questionnaire. |
block_size |
Integer. Number of items per block. |
key_matrix |
A data.frame indicating item trait and item sign. |
trait_col |
Character string. The name of the column in |
key_col |
Character string. The name of the column in |
apply_heister |
Experimental. Logical. Should the optimization techinques proposed by Heister et al., (2025) be applied? Default is FALSE. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.