summary.duplicate: Summary for logistic model with case duplication and...

View source: R/caseduplicate.R

summary.duplicateR 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


tgerke/risks documentation built on Jan. 28, 2024, 1:08 a.m.