DataPairComp-class {CompR} | R Documentation |
Class "DataPairComp"
Description
A class for Paired comparison data
Objects from the Class
Objects can be created by calls of the form new("DataPairComp", ...)
, or by the function ImportData()
.
Slots
Cons
:Object of class
"character"
label for the individualsCrit
:Object of class
"character"
label for the criterionProd
:Object of class
"character"
label for the productsPaircomp
: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
Methods
- getCons
signature(object = "DataPairComp")
- getCrit
signature(object = "DataPairComp")
- getPaircomp
signature(object = "DataPairComp")
- getProd
signature(object = "DataPairComp")
- show
signature(object = "DataPairComp")
See Also
ImportData
Examples
data(Cocktail)
show(Cocktail)
[Package CompR version 1.0 Index]