View source: R/build_TIRT_var_names.R
build_TIRT_var_names | R Documentation |
This function builds the variable names that corresponds to the pairwise comparisons or ranks among items within each block.
build_TIRT_var_names(
item_name = "i",
block_size,
N_blocks,
format = "pairwise"
)
item_name |
The prefix you want to have for your response variables. |
block_size , N_blocks |
The block size and total number of the forced-choice scale. |
format |
What format should the converted responses be in? Can be |
Choose the correct item_name
so that they are consistent with the item names
in the data frame storing information of the items.
A vector of variable names
Mengtong Li
get_TIRT_long_data()
build_var_names("i", block_size = 3, N_blocks = 20, format = "pairwise")
build_var_names("i", block_size = 5, N_blocks = 12, format = "ranks")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.