R/fit.control.R

Defines functions `fit.control`

`fit.control` <-
function(tol=1e-06,display=FALSE,it.max=20,GLM=FALSE,maxit.inner=3){
    list(toll=tol,visual=display,it.max=it.max,GLM=GLM,maxit.inner=maxit.inner)}

Try the modTempEff package in your browser

Any scripts or data that you put into this service are public.

modTempEff documentation built on May 1, 2019, 10:08 p.m.