summary.pseudoglm {eventglm}R Documentation

Summary method

Description

Summary method

Usage

## S3 method for class 'pseudoglm'
summary(
  object,
  correlation = FALSE,
  symbolic.cor = FALSE,
  type = "robust",
  ...
)

Arguments

object

A pseudoglm object, as returned by cumincglm or rmeanglm

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 rather than as numbers.

type

The method to use for variance estimation; one of "corrected", "robust", "naive", or "cluster"

...

Not used

Value

An object of class summary.glm


[Package eventglm version 1.2.2 Index]