Package: summclust Title: Module to Compute Influence and Leverage Statistics for Regression Models with Clustered Errors Version: 0.7.0 Authors@R: c( person(given = "Alexander", family = "Fischer", role = c("aut", "cre"), email = "alexander-fischer1801@t-online.de") ) Description: Module to compute cluster specific information for regression models with clustered errors, including leverage and influence statistics. Models of type 'lm' and 'fixest'(from the 'stats' and 'fixest' packages) are supported. 'summclust' implements similar features as the user-written 'summclust.ado' Stata module (MacKinnon, Nielsen & Webb, 2022; ). License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.1 Imports: utils, dreamerr, MASS, collapse, generics, cli, rlang Suggests: ggplot2, latex2exp, fabricatr, fixest, haven, sandwich, lmtest, testthat (>= 3.0.0), knitr, rmarkdown, covr Config/testthat/edition: 3 URL: https://s3alfisc.github.io/summclust/ BugReports: https://github.com/s3alfisc/summclust/issues VignetteBuilder: knitr Repository: https://s3alfisc.r-universe.dev Date/Publication: 2023-06-11 16:55:10 UTC RemoteUrl: https://github.com/s3alfisc/summclust RemoteRef: HEAD RemoteSha: 2d25c68eb046028b680fdc8c9827820f7e791827 NeedsCompilation: no Packaged: 2026-07-04 13:19:07 UTC; root Author: Alexander Fischer [aut, cre] Maintainer: Alexander Fischer