getLambda: Gets the weight of the different classes.

Description Usage Arguments Value Examples

Description

Gets the weight of the different classes from the function EstimBradley().

Usage

1
getLambda(object)

Arguments

object

An object of class BradleyEstim

Value

A vector of the weights of the different classes.

Examples

1
2
3
data(Cocktail)
ResCock<-EstimBradley(Cocktail,Constraint=0,Tcla=1,eps=1e-04,eps1=1e-04,TestPi=TRUE)
ResCock_Lambda<-getLambda(ResCock)

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