getZh {CompR} | R Documentation |
EstimBradley()
Gets the posterior probabilities for each individual to belong to the different classes and the class with the higher probability.
getZh(object)
object |
An object of class |
Object of class matrix
with the posterior probabilities for each individual to belong to the different classes and the class with the higher probability.
data(Cocktail)
ResCock2<-EstimBradley(Cocktail,Constraint=0,Tcla=2,eps=1e-04,eps1=1e-04,TestPi=TRUE)
ResCock2_Zh<-getZh(ResCock2)