Package: ldt
Title: Automated Model Sensitivity Analysis
Version: 0.3.1.0
Authors@R: c(
    person("Ramin", "Mojab", email = "rmojab63@gmail.com", role = c("aut", "cre")),
    person("Stephen", "Becker", role = c("cph"), email = "stephen.becker@colorado.edu", comment = "BSD 3-clause license. Original code for L-BFGS-B algorithm. The L-BFGS-B algorithm was written in the 1990s (mainly 1994, some revisions 1996) by Ciyou Zhu (in collaboration with R.H. Byrd, P. Lu-Chen and J. Nocedal). L-BFGS-B Version 3.0 is an algorithmic update from 2011, with coding changes by J. L. Morales"))
Description: Methods and tools for creating a model set and estimating and evaluating the explanation or prediction power of its members. 
             'SUR' modelling (for parameter estimation), 'logit'/'probit' modelling (for binary classification), and 'VARMA' modelling (for time-series forecasting) are implemented.
             Evaluations are both in-sample and out-of-sample. It tries to be both CPU and memory efficient.
             This package can be applied to perform sensitivity analysis in studies involving regression analysis.
             It can also be utilized for automatic model selection, multi-model inference, and model averaging within a frequentist framework (Claeskens and Hjort (2008, ISBN:1139471805, 9781139471800)), 
             calculating benchmarks, and extreme bound analysis (Leamer (1983) <https://www.jstor.org/stable/1803924>).
License: GPL (>= 3)
URL: https://github.com/rmojab63/LDT
VignetteBuilder: knitr
Encoding: UTF-8
SystemRequirements: C++17
RoxygenNote: 7.2.3
Depends: R (>= 3.5.0)
Imports: Rcpp, tdata
Suggests: knitr, testthat, rmarkdown, kableExtra, moments, systemfit
LinkingTo: BH, Rcpp
Config/testthat/edition: 3
LazyData: true
NeedsCompilation: yes
Packaged: 2023-07-07 08:07:26 UTC; rmoja
Author: Ramin Mojab [aut, cre],
  Stephen Becker [cph] (BSD 3-clause license. Original code for L-BFGS-B
    algorithm. The L-BFGS-B algorithm was written in the 1990s (mainly
    1994, some revisions 1996) by Ciyou Zhu (in collaboration with R.H.
    Byrd, P. Lu-Chen and J. Nocedal). L-BFGS-B Version 3.0 is an
    algorithmic update from 2011, with coding changes by J. L. Morales)
Maintainer: Ramin Mojab <rmojab63@gmail.com>
Repository: CRAN
Date/Publication: 2023-07-07 13:30:02 UTC
