View source: R/build_target_dist.R
| build_target_dist | R Documentation |
Create Target Pair Distribution for Scale-Level Fit
build_target_dist(
traits,
total_pairs,
equal_mixed_ratio = c(1, 1),
allow_same_trait = FALSE
)
traits |
A character vector of unique trait names (e.g., c("O", "C", "E", "A", "N")). |
total_pairs |
Integer. The total number of pairs your test will generate. |
equal_mixed_ratio |
Numeric vector of length 2. The desired ratio of "equal" keyed pairs to "mixed" keyed pairs (e.g., c(1, 1) for 50/50 split). |
allow_same_trait |
Logical. Do we allow items measuring the same traits to be paired together? |
A flexible data frame containing target counts for the SA algorithm.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.