getLvriter: Gets the iteration done until convergence of the...

Description Usage Arguments Value Examples

Description

Gets the iteration done until convergence from the function EstimBradley()

Usage

1
getLvriter(object)

Arguments

object

An object of class BradleyEstim

Value

A matrix with numbers of iteration rows and 4 columns giving the iteration, the previous value of loglikelihood, the current value of the loglikelihood, and the difference between these loglikelihoods.

Examples

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

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