Skip to contents

This function calculates the standard errors for the Aldrich-McKelvey scaling results based on the provided object and data.

Usage

aldmckSE(obj, data, ...)

Arguments

obj

An object containing the Aldrich-McKelvey scaling results. This object should contain respondent parameters (e.g., alpha and beta) and stimuli positions.

data

A matrix or dataframe containing the original data used in the Aldrich-McKelvey scaling.

...

Additional arguments (currently not used).

Value

A numeric vector of standard errors for each stimulus.

Examples

if (FALSE) { # \dontrun{
data(result.france)
data(franceEES2009)
se_values <- aldmckSE(result.france, franceEES2009)
print(se_values)
} # }