DataPairComp-class {CompR} | R Documentation |
"DataPairComp"
A class for Paired comparison data
Objects can be created by calls of the form new("DataPairComp", ...)
, or by the function ImportData()
.
Cons
:Object of class "character"
label for the individuals
Crit
:Object of class "character"
label for the criterion
Prod
:Object of class "character"
label for the products
Paircomp
:Object of class "list"
corresponding to the individual results of paired comparisons for each criteria, when products i and j are presented to individual h, the (i,j) element resulting is coded by 1 if i is choosen against j and 0 otherwise
signature(object = "DataPairComp")
signature(object = "DataPairComp")
signature(object = "DataPairComp")
signature(object = "DataPairComp")
signature(object = "DataPairComp")
ImportData
data(Cocktail)
show(Cocktail)