getZh: Gets the result of the function 'EstimBradley()'

Description Usage Arguments Value Examples

Description

Gets the posterior probabilities for each individual to belong to the different classes and the class with the higher probability.

Usage

1
getZh(object)

Arguments

object

An object of class BradleyEstim

Value

Object of class matrix with the posterior probabilities for each individual to belong to the different classes and the class with the higher probability.

Examples

1
2
3
data(Cocktail)
ResCock2<-EstimBradley(Cocktail,Constraint=0,Tcla=2,eps=1e-04,eps1=1e-04,TestPi=TRUE)
ResCock2_Zh<-getZh(ResCock2)

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