
Last chance! 50% off unlimited learning
Sale ends in
Auxiliary function for fitting tlm
model. Generally only used
when calling tlm
tlm.control(epsilon = 1e-07, maxit = 50, trace = FALSE, verboseLev = 1)
positive convergence tolerance value. The iterations converge when [newlik - oldlik] < epsilon/2
integer giving the maximum iterations allowable for the routine
logical. If TRUE
output is printed to the screen during each iteration
integer. If 1 then print according to trace
. If 2 then print
random scale effects also.
A list with the argument as values
# 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