Skip to contents

Returns the closest person-item pairs in the fitted residual latent space. Closeness is descriptive residual structure, not a causal explanation.

Usage

explain_latent_interaction(object, person = NULL, item = NULL, top = 10L)

Arguments

object

Fitted `eye_latent_space_irt` object.

person

Optional person row/index/name to restrict.

item

Optional item row/index/name to restrict.

top

Number of closest pairs to return.