getLvr: Gets the final value of loglikelihood.

Description Usage Arguments Value Examples

Description

Gets the final value of loglikelihood from the function EstimBradley().

Usage

1
getLvr(object)

Arguments

object

An object of class BradleyEstim

Value

Numeric value of the loglikelihood.

Examples

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

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