Learn R Programming

CompR (version 1.0)

getPi: Gets the Bradley's scores.

Description

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

Usage

getPi(object)

Arguments

object
An object of class BradleyEstim

Value

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

Examples

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

Run the code above in your browser using DataLab