getLvriter {CompR}R Documentation

Gets the iteration done until convergence of the loglikelihood estimation of Bradley's scores.

Description

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

Usage

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

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

[Package CompR version 1.0 Index]