-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
28 lines (28 loc) · 980 Bytes
/
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
Package: tidydelta
Title: Estimation of Standard Errors using Delta Method
Version: 0.1.0
Authors@R:
person("Javier", "Martinez-Rodriguez", , "[email protected]",
role = c("aut", "cre", "cph"))
Description: Delta Method implementation to estimate standard errors with known
asymptotic properties within the 'tidyverse' workflow. The Delta Method is a
statistical tool that approximates an estimator’s behaviour using a Taylor
Expansion. For a comprehensive explanation, please refer to Chapter 3 of van
der Vaart (1998, ISBN: 9780511802256).
License: MIT + file LICENSE
Imports:
dplyr,
numDeriv,
purrr,
rlang,
tibble,
cli
Suggests:
testthat (>= 3.0.0),
tidyverse
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3
URL: https://github.com/JavierMtzRdz/tidydelta, https://javiermtzrdz.github.io/tidydelta/
BugReports: https://github.com/JavierMtzRdz/tidydelta/issues