Residual map of the leading paired-comparison bimension
Source:R/btl-independence.R
plot_btl_dim_map.RdObjects placed in the leading bimension plane to show the pattern of
residual comparisons. The coordinates describe the pattern, not its
magnitude or significance; use plot_btl_scree to compare its
strength with the conditional reference. Point size grows with the object's
location on the primary scale.
Examples
# \donttest{
d <- simulate_btl(7, 12, reps_per_pair = 20, seed = 1)
fit <- btl(d, "object_a", "object_b", winner = "winner", judge = "judge")
dimensions <- btl_dimensionality(fit, reps = 20)
plot_btl_dim_map(dimensions)
# }