Computes a simple z-score diagnostic comparing user-supplied auxiliary means to the respondents' sample means. The caller is responsible for comparing the returned maximum z-score to any desired threshold.
el_check_auxiliary_inconsistency_matrix(
auxiliary_matrix_resp,
provided_means = NULL
)list(max_z = numeric(1) or NA, cols = character())
Respondent-side auxiliary design matrix.
Optional named numeric vector of auxiliary means aligned to the matrix columns.