summary.duplicate {risks}R Documentation

Summary for logistic model with case duplication and cluster-robust covariance

Description

Summarize results from fitting a logistic model with case duplication and cluster-robust covariance. The output is the same as for a regular summary(glm(...)), except for using cluster-robust standard errors.

Usage

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

Arguments

object

Model

dispersion

Not used

correlation

Not used

symbolic.cor

Not used

...

Other arguments, not used

Value

Model summary (list)


[Package risks version 0.4.2 Index]