getLambda {CompR} | R Documentation |
Gets the weight of the different classes.
Description
Gets the weight of the different classes from the function EstimBradley()
.
Usage
getLambda(object)
Arguments
object |
An object of class |
Value
A vector of the weights of the different classes.
Examples
data(Cocktail)
ResCock<-EstimBradley(Cocktail,Constraint=0,Tcla=1,eps=1e-04,eps1=1e-04,TestPi=TRUE)
ResCock_Lambda<-getLambda(ResCock)
[Package CompR version 1.0 Index]