Learn R Programming

CompR (version 1.0)

getLvr: Gets the final value of loglikelihood.

Description

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

Usage

getLvr(object)

Arguments

object
An object of class BradleyEstim

Value

Numeric value of the loglikelihood.

Examples

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

Run the code above in your browser using DataLab