Wrapper for creating mvalpha class object.
new_mvalpha(
mvalpha,
type,
mvDo,
mvDe,
bootstrap_mvalpha,
unique_cardinalities,
units,
observers,
labels,
values,
values_by_unit,
dist_CK,
p_CK,
data
)an mvalpha object
Multi-valued alpha estimate
a string describing the data type of the label set. This can be "nominal", "ordinal", "interval", or "ratio" and is used to select the appropriate distance metric.
Observed disagreement
Expected disagreement
Bootstrap estimates of mvalpha
Numeric vector of the unique cardinalities observed in the data
Names of units
Names of observers
Unique labels used in data
Unique values used in data
Table of values by unit
Distance matrix for label sets C and K
Probability matrix for label sets C and K
a data frame containing a list column for each observer. Each row represents
an observation unit, and each cell contains a vector of 0 to w unique values, where w is the
number of unique values found in the data set. NA values are used to represent
missing observations and NULL values represent the empty set, {}, of responses.