getLvr {CompR} | R Documentation |
Gets the final value of loglikelihood from the function EstimBradley()
.
getLvr(object)
object |
An object of class |
Numeric value of the loglikelihood.
data(Cocktail)
ResCock<-EstimBradley(Cocktail,Constraint=0,Tcla=1,eps=1e-04,eps1=1e-04,TestPi=TRUE)
ResCock_Lvr<-getLvr(ResCock)