pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/R-sandwich
Module Name: pkgsrc
Committed By: mef
Date: Sat Nov 23 12:30:52 UTC 2024
Modified Files:
pkgsrc/math/R-sandwich: Makefile distinfo
Log Message:
(math/R-sandwich) Updated 3.0.2 to 3.1.1
# sandwich 3.1-1
* In `meatPL()` the case of cross-section data (i.e., all elements of `order.by`
being equal) is handled consistently even if `aggregate = TRUE` (reported by
Christof Schoetz).
* Fix `bread()` method for `survreg()` objects in case the latter already used a
"robust" sandwich variance. In that case `$naive.var` rather than `$var` has
to be used for the bread (reported by Daniel Klinenberg).
* Improve warnings in `vcovHC()` for hat values numerically equal to 1. (Suggested by
Sanford Weisberg and John Fox.)
# sandwich 3.1-0
* Added jackknife estimator in all `vcovBS()` methods (suggested by Joe Ritter).
This is of particular practical interest in linear regression models where the
(clustered) jackknife and the (clustered) HC3 (or CV3, without cluster adjustment)
estimator coincide. In nonlinear models (including non-Gaussian GLMs) the jackknife and
the HC3 estimator do not coincide but the jackknife might still be a useful
alternative when the HC3 cannot be computed.
* Added a new convenience interface `vcovJK()` for the jackknife covariance whose
default method simply calls `vcovBS(..., type = "jackknife")` (also suggested by
Joe Ritter, for more details see the previous item).
* Added fractional-random-weight bootstrap, also known as Bayesian bootstrap, in all
`vcovBS()` methods (suggested by Noah Greifer and Grant McDermott). This is an
alternative to the classical xy bootstrap which has the computational advantage
that all observations are always part of the bootstrap samples with positive
weights drawn from a Dirichlet distribution. As weights can become close to zero
but no observations are excluded completely, this can stabilize the computation of
models that are not well-defined on all subsets.
* Support weights, offsets, and different fitting methods in `lm` and `glm` objects
in the respective `vcovBS()` methods (reported by Noah Greifer).
* More verbose error messages in `bwAndrews()` and `bwNeweyWest()` when bandwidth
cannot be computed, e.g., due to singular regressor variables (suggested by
Andrei V. Kostyrka).
* Fix `bread()` method for `coxph()` objects in case the latter already used a
"robust" sandwich variance. In that case `$naive.var` rather than `$var` has
to be used for the bread (reported by Alec Todd).
* Fix `plm::plm(..., index = ...)` calls which incorrectly used `indexes = ...`
(as in `plm.data()`, reported by Kevin Tappe).
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/R-sandwich/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/R-sandwich/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/R-sandwich/Makefile
diff -u pkgsrc/math/R-sandwich/Makefile:1.4 pkgsrc/math/R-sandwich/Makefile:1.5
--- pkgsrc/math/R-sandwich/Makefile:1.4 Thu Jun 8 16:04:37 2023
+++ pkgsrc/math/R-sandwich/Makefile Sat Nov 23 12:30:52 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2023/06/08 16:04:37 mef Exp $
+# $NetBSD: Makefile,v 1.5 2024/11/23 12:30:52 mef Exp $
R_PKGNAME= sandwich
-R_PKGVER= 3.0-2
+R_PKGVER= 3.1-1
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= Robust covariance matrix estimators
Index: pkgsrc/math/R-sandwich/distinfo
diff -u pkgsrc/math/R-sandwich/distinfo:1.5 pkgsrc/math/R-sandwich/distinfo:1.6
--- pkgsrc/math/R-sandwich/distinfo:1.5 Thu Jun 8 16:04:37 2023
+++ pkgsrc/math/R-sandwich/distinfo Sat Nov 23 12:30:52 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2023/06/08 16:04:37 mef Exp $
+$NetBSD: distinfo,v 1.6 2024/11/23 12:30:52 mef Exp $
-BLAKE2s (R/sandwich_3.0-2.tar.gz) = 45c7528495740b82247587bcae6db68c0dccacc0ba9433445487698d3916ce4e
-SHA512 (R/sandwich_3.0-2.tar.gz) = 6a976554df87a6776be9209c1680864be91c8b35a95482cc065151a05fe970c7833a87c896986674eb6c166ff14a85b90c4d54980e1e56aaecf62b37c3223d88
-Size (R/sandwich_3.0-2.tar.gz) = 1356080 bytes
+BLAKE2s (R/sandwich_3.1-1.tar.gz) = 6d085a4168701674d928ea5899e1480646ebaa15a3aa7578ba4f20016b9405cc
+SHA512 (R/sandwich_3.1-1.tar.gz) = bcdaf9a69e8f22bed13dcdb6f11fab68bf28b892eb62c96615e41e8108a5cd0b08cf5e141bd88e5845f379ff651cbc40af1ced29fc27cc59959f48510bccf42c
+Size (R/sandwich_3.1-1.tar.gz) = 1393080 bytes
Home |
Main Index |
Thread Index |
Old Index