/usr/lib/R/site-library/dynlm/NEWS is in r-cran-dynlm 0.3.5-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | Changes in Version 0.3-5
o Preserve class attribute of "na.action" (based on fix suggested by
Matthieu Stigler).
Changes in Version 0.3-4
o In previous versions the weights argument did not work when used with "ts"
series.
Changes in Version 0.3-3
o Streamlined Depends/Imports/Suggests. Now "dynlm" only depends on zoo
but imports from stats, car, and lmtest. Packages datasets, strucchange,
sandwich, and TSA are suggested (for use in examples).
o Improved evaluation of pre-computed formulas (suggested by
Vaidotas Zemlys).
o Added tests/ with output from examples for R CMD check.
Changes in Version 0.3-2
o Bug fix so that weights/offset can actually be used.
Changes in Version 0.3-1
o Fixed bug in computation of R-squared values and Wald statistic
for two-stage least squares.
Changes in Version 0.3-0
o Added new formula functions trend() and harmon() that
allow convenient specification of linear or cyclical
patterns.
Changes in Version 0.2-3
o Fixed bug when lagged variables are used in instrumental
variables regression.
Changes in Version 0.2-2
o Added CITATION file.
Changes in Version 0.2-1
o Enhanced documentation ?dynlm.
Changes in Version 0.2-0
o Added support for instrumental variables regression
(two-stage least squares) via formulas like
dynlm(y ~ x1 + x2 | z1 + z2 + z3, data = mydata)
where z1, z2, z3 are the instruments.
o Enabled specification of multiple lags via formulas like
dynlm(y ~ L(x, 0:4), data = mydata)
where y is regressed on x and lags 1 through 4 of x.
o Fixed bug in time properties when there were leading
NAs in the data.
|