summary.icdglm: Summarizing Output of an EM Algorithm by the Method of...

Description Usage Arguments Value Note See Also

View source: R/summary.icdglm.R

Description

This function gives a summary of the output of icdglm. summary.icdglm inherits from summary.glm.

Usage

1
2
## S3 method for class 'icdglm'
summary(object, dispersion = NULL, correlation = FALSE, symbolic.cor = FALSE, ...)

Arguments

object

an object of class "icdglm", usually, a result of a call to icdglm.

dispersion

the dispersion parameter for the family used. Either a single numerical value or NULL (the default), when it is inferred from object (see details of summary.glm).

correlation

logical, if TRUE, the correlation matrix of the estimated parameters is returned and printed.

symbolic.cor

logical, if TRUE, print the correlations in a symbolic form (see symnum) rather than as numbers.

...

further arguments passed to or from other methods.

Value

summary.icdglm returns an object of class "summary.icdglm", a list with components:

Note

The description of this function is taken from summary.glm apart from a few differences.

See Also

icdglm, summary.glm, summary, glm


icdGLM documentation built on May 2, 2019, 9:16 a.m.