-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
49 lines (49 loc) · 1.38 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
45
46
47
48
49
Package: capybara
Type: Package
Title: Fast and Memory Efficient Fitting of Linear Models With High-Dimensional
Fixed Effects
Version: 0.6.0
Authors@R: c(
person(
given = "Mauricio",
family = "Vargas Sepulveda",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1017-7574"))
)
Imports:
dplyr,
Formula,
generics,
ggplot2,
kendallknight,
magrittr,
MASS,
rlang,
stats
Suggests:
broom,
knitr,
rmarkdown,
testthat (>= 3.0.0),
tidyr
Depends: R(>= 3.5.0)
Description: Fast and user-friendly estimation of generalized linear models with
multiple fixed effects and cluster the standard errors. The method to obtain
the estimated fixed-effects coefficients is based on Stammann (2018)
<https://arxiv.org/abs/1707.01815> and Gaure (2013)
<https://dx.doi.org/10.1016/j.csda.2013.03.024>.
License: Apache License (>= 2)
BugReports: https://github.com/pachadotdev/capybara/issues
URL: https://pacha.dev/capybara/, https://github.com/pachadotdev/capybara
LazyData: true
RoxygenNote: 7.3.2
Encoding: UTF-8
NeedsCompilation: yes
LinkingTo: cpp11, cpp11armadillo
VignetteBuilder: knitr
Config/testthat/edition: 3
Remotes:
ropenscilabs/srr,
pachadotdev/kendallknight
Roxygen: list(markdown = TRUE, roclets = c("namespace", "rd", "srr::srr_stats_roclet"))