-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.22 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
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
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