Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


hett (version 0.3-3)

tlm.control: Auxiliary for Controlling tlm Fitting

Description

Auxiliary function for fitting tlm model. Generally only used when calling tlm

Usage

tlm.control(epsilon = 1e-07, maxit = 50, trace = FALSE, verboseLev = 1)

Arguments

epsilon

positive convergence tolerance value. The iterations converge when [newlik - oldlik] < epsilon/2

maxit

integer giving the maximum iterations allowable for the routine

trace

logical. If TRUE output is printed to the screen during each iteration

verboseLev

integer. If 1 then print according to trace. If 2 then print random scale effects also.

Value

A list with the argument as values

See Also

tlm

Examples

Run this code
# NOT RUN {
data(mm, package = "hett")
attach(mm)

## change the maximum amount of iterations for the algorithm

fit1 <- tlm(m.marietta ~ CRSP, ~ 1, data = mm, start = list(dof = 3),
estDof = TRUE, control = tlm.control(maxit = 100))

# }

Run the code above in your browser using DataLab