DataPairComp-class: Class '"DataPairComp"'

Description Objects from the Class Slots Methods See Also Examples

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 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

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

1
2

CompR documentation built on May 1, 2019, 10:56 p.m.