getPi {CompR} | R Documentation |
Gets the Bradley's scores from the function EstimBradley()
.
getPi(object)
object |
An object of class |
A list of the Bradley's scores for the different criteria .
data(Cocktail)
ResCock<-EstimBradley(Cocktail,Constraint=0,Tcla=1,eps=1e-04,eps1=1e-04,TestPi=TRUE)
ResCock_Pi<-getPi(ResCock)