Package: tidydelta
Title: Estimation of Standard Errors using Delta Method
Version: 0.1.0
Authors@R: 
    person("Javier", "Martinez-Rodriguez", , "javier.matz.rdz@gmail.com", 
    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
RoxygenNote: 7.3.2
Config/testthat/edition: 3
URL: https://github.com/JavierMtzRdz/tidydelta
BugReports: https://github.com/JavierMtzRdz/tidydelta/issues
NeedsCompilation: no
Packaged: 2024-07-16 13:58:31 UTC; javiermtz
Author: Javier Martinez-Rodriguez [aut, cre, cph]
Maintainer: Javier Martinez-Rodriguez <javier.matz.rdz@gmail.com>
Repository: CRAN
Date/Publication: 2024-07-18 23:20:02 UTC
Built: R 4.5.2; ; 2025-11-08 04:01:15 UTC; windows
