Centre of the Parameter Space for GLMs
cops3.RdComputes the COPS for one or more parameters in a
fitted generalized linear model.
The object has "glm".
The functions comprise an S3 generic and method.
Usage
cops3(object, ...)
# Default S3 method
cops3(object, ...)
# S3 method for class 'glm'
cops3(object, level = 0.999,
beta.range = confint.default(object, level = level),
muxrange = 4, iter.max = 8, tol = 1e-5,
subset = NULL, do1 = TRUE, ...)Value
See copsvglm.
Details
While VGAM is written in S4, this
cops3 is an S3 generic function
so that the COPS can be computed for
glm models.
Since vglm and
glm have different
convergence criteria, computing the COPS for
effectively the same model may differ.
Note that not all GLMs have a finite COPS,
for example,
a poisson regression.