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
|
Source: r-cran-dynlm
Section: gnu-r
Priority: optional
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Sébastien Villemot <sebastien@debian.org>
Build-Depends: debhelper (>= 10), r-base-dev, cdbs, r-cran-zoo, r-cran-car,
r-cran-lmtest
Standards-Version: 3.9.8
Homepage: https://cran.r-project.org/package=dynlm
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/r-cran-dynlm.git
Vcs-Browser: https://anonscm.debian.org/git/debian-science/packages/r-cran-dynlm.git
Package: r-cran-dynlm
Architecture: all
Depends: ${misc:Depends}, ${R:Depends}, r-cran-zoo, r-cran-car, r-cran-lmtest
Suggests: r-cran-sandwich, r-cran-strucchange
Description: GNU R package for dynamic linear models and time series regression
This R package provides a user-friendly interface for fitting dynamic linear
models and time series regression relationships
.
The interface and internals of dynlm are very similar to lm, but currently
dynlm offers three advantages over the direct use of lm:
- extended formula processing;
- preservation of time series attributes;
- instrumental variables regression (via two-stage least squares).
|