-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
38 lines (38 loc) · 1.1 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
Package: wildrwolf
Type: Package
Title: Fast Computation of Romano-Wolf Corrected p-Values for
Linear Regression Models
Version: 0.7.0
Authors@R:
c(
person(given = "Alexander",
family = "Fischer",
role = c("aut", "cre"),
email = "[email protected]")
)
Maintainer: Alexander Fischer <[email protected]>
Description: Fast Routines to Compute Romano-Wolf corrected p-Values
(Romano and Wolf (2005a) <DOI:10.1198/016214504000000539>,
Romano and Wolf (2005b) <DOI:10.1111/j.1468-0262.2005.00615.x>)
for objects of type 'fixest' and 'fixest_multi' from the 'fixest'
package via a wild (cluster) bootstrap.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Imports:
fixest,
fwildclusterboot,
dreamerr,
fabricatr,
MASS
URL: https://s3alfisc.github.io/wildrwolf/
BugReports: https://github.com/s3alfisc/wildrwolf/issues/
Suggests:
covr,
testthat (>= 3.0.0),
rmarkdown,
ggplot2,
RStata,
microbenchmark
Config/testthat/edition: 3