Skip to contents

Objects 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.

Usage

plot_btl_dim_map(x, ...)

Arguments

x

A "rasch_btl_dim" object.

...

Unused.

Value

Called for its plotting side effect.

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)

# }