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; 
        <arXiv:2205.03288v1>).
License: MIT + file LICENSE
Encoding: UTF-8
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
NeedsCompilation: no
Packaged: 2023-06-11 16:23:01 UTC; alexa
Author: Alexander Fischer [aut, cre]
Maintainer: Alexander Fischer <alexander-fischer1801@t-online.de>
Repository: CRAN
Date/Publication: 2023-06-11 17:20:02 UTC
