fit.oomglm: Fit 'oomglm' model via Iteratively Reweighted Least Squares...

Description Usage Arguments Value See Also

Description

Fit oomglm model via Iteratively Reweighted Least Squares (IRLS).

Usage

1
2
## S3 method for class 'oomglm'
fit(object, data, times = 2L, tolerance = 1e-08, ...)

Arguments

object

oomglm model.

data

an optional oomdata_tbl, oomdata_dbi, oomdata_con, tibble, data.frame, or list of observations to fit

times

Maximum number of IRLS iterations to perform. Will stop iterating if model converges before times iterations.

tolerance

Tolerance used to determine convergence. Represents change in coefficient as a multiple of standard error.

...

ignored

Value

oomglm object after performing times IRLS iterations on data.

See Also

oomglm()


blakeboswell/yotta documentation built on May 30, 2019, 11:43 a.m.