R/glm.control1.R

## 'glm.control1' is a minor modification of 'glm.conrol'
## The only different is the addition of a ... argument
## Ioannis Kosmidis <I.Kosmidis@warwick.ac.uk> [15/02/2008]
`glm.control1` <-
function (epsilon = 1e-08, maxit = 25, trace = FALSE, ...) 
{
    glm.control(epsilon, maxit, trace)
}

Try the brglm package in your browser

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

brglm documentation built on May 2, 2019, 5:20 p.m.