unitModalReg.control: Control Parameters for unit modal regression models

Description Usage Arguments Author(s)

View source: R/unitModalReg.R

Description

Parameters that control fitting of unit modal regression models using in unitModalReg.

Usage

1
unitModalReg.control(method = "BFGS", maxit = 5000, reltol = 1e-08, ...)

Arguments

method

characters string specifying the method argument passed to optim.

maxit

integer specifying the maxit argument (maximal number of iterations) passed to optim.

reltol

relative convergence tolerance passed to optim.

...

arguments passed to optim.

Author(s)

André F. B. Menezes andrefelipemaringa@gmail.com


AndrMenezes/unitModalReg documentation built on March 12, 2021, 5:24 a.m.