View source: R/caseduplicate.R
summary.duplicate | R Documentation |
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.
## S3 method for class 'duplicate'
summary(
object,
dispersion = NULL,
correlation = FALSE,
symbolic.cor = FALSE,
...
)
object |
Model |
dispersion |
Not used |
correlation |
Not used |
symbolic.cor |
Not used |
... |
Other arguments, not used |
Model summary (list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.