getPi: Gets the Bradley's scores.

Description Usage Arguments Value Examples

Description

Gets the Bradley's scores from the function EstimBradley().

Usage

1
getPi(object)

Arguments

object

An object of class BradleyEstim

Value

A list of the Bradley's scores for the different criteria .

Examples

1
2
3
data(Cocktail)
ResCock<-EstimBradley(Cocktail,Constraint=0,Tcla=1,eps=1e-04,eps1=1e-04,TestPi=TRUE)
ResCock_Pi<-getPi(ResCock)

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