Changelog
Source:NEWS.md
clubSandwich 0.5.11.9999
- Corrected typo in deprecation messages for
impute_covariance_matrix()
andpattern_covariance_matrix()
.
clubSandwich 0.5.11
CRAN release: 2024-06-20
- Corrected a unit test related to the plm package, for compatibility with upcoming release of plm.
- Deprecated
impute_covariance_matrix()
andpattern_covariance_matrix()
, because they have been superseded bymetafor::vcalc()
.
clubSandwich 0.5.10
CRAN release: 2023-07-20
- Fixed another bug in
linear_contrast()
to handle specified contrasts that are scalars when variance-covariance matrix is computed with a working model that is not inverse-variance. - Fixed formatting of package version numbers in unit tests to conform to changes in
packageVersion()
in R-devel.
clubSandwich 0.5.9
CRAN release: 2023-07-12
- Added support for
geepack::geeglm()
models. - Added support for
rma.ls
models (location-scale models estimated usingmetafor::rma.uni(scale = )
). - Improved error handling of
Wald_test()
when vcov of contrasts is not positive definite. - Fixed a bug in
linear_contrast()
to handle specified contrasts that are scalars. - Improved internal
get_data
function forgls
andlme
objects to allow use of expressions in addition to object names.
clubSandwich 0.5.8
CRAN release: 2022-08-15
- Added support for
ivreg::ivreg
objects when estimated by ordinary least squares (support for objects estimated by 2SM and 2SMM is not yet implemented). - Updated unit tests for
plm::plm()
whenmethod = "FD"
to account for bug fixes in version 2.6-2 of plm.
clubSandwich 0.5.7
CRAN release: 2022-06-15
- Fixed bug in methods for multi-variate multi-level models estimated with lme().
- Updated vignettes, examples, and unit tests so that the package can be compiled without any packages from SUGGESTS.
clubSandwich 0.5.6
CRAN release: 2022-04-23
- Corrected bug in methods for
plm
objects estimated by random effects, which occurred when a user-specified clustering variable was at a higher level than the random effects. - Added support for
plm
objects with nested random effects (effects = "nested"
). - Added additional syntactic options for specifying clustering variable with
plm
objects. See?plm
. - Corrected bug in how
Wald_test()
labeled results whentest = "Naive-Fp"
.
clubSandwich 0.5.5
CRAN release: 2022-01-18
New function
linear_contrast()
calculates robust confidence intervals and p-values for linear contrasts of regression coefficients from a fitted model. Works withconstrain_pairwise()
and otherconstrain_*()
helper functions.Corrected precision of unit test leading to error on M1mac.
clubSandwich 0.5.4
CRAN release: 2022-01-09
New features
-
Wald_test()
gains an option fortest = "Naive-Fp"
, which uses denominator degrees of freedom equal to the number of clusters minus the number of coefficients in the fitted model. -
coef_test()
andconf_int()
gain an option fortest = "naive-tp"
, which uses denominator degrees of freedom equal to the number of clusters minus the number of coefficients in the fitted model.
Minor improvements and bug fixes
Corrected a bug in the Satterthwaite degrees of freedom calculations for models that include only an intercept.
Output of
coef_test()
andconf_int()
now include a variable containing the coefficient names, so that the results are “tidy.”conf_int()
now includes an option to report a p-value for each coefficient.coef_test()
now reports degrees of freedom fortest = 'z'
andtest = 'naive-t'
.vcovCR()
now provides a more informative error message when the clustering variable is a constant.vcovCR()
now handles models estimated using analytic weights, where some weights are equal to zero. Results are consistent with omitting observations with weights of zero.Added more informative error messages for
Wald_test()
andconf_int()
, triggered if the test argument does not match any of the available tests.Corrected a bug in
findCluster.rma.mv()
, which threw an error if a random effects factor in the rma.mv model had unobserved levels.Corrected a bug in
Wald_test()
, which threw an error for tests of intercept-only models.Fixed a minor bug in print method for
Wald_test()
results, which threw an error when the p-value wasNA
.
clubSandwich 0.5.1
CRAN release: 2020-10-12
New features
- New functionality for
impute_covariance_matrix()
:- Compute covariance matrices with AR1 correlation structure or with a combination of constant correlation and AR1 correlation structure.
- Compute covariance matrices that are blocked by subgroup.
- Average the variance estimates by cluster before computing covariance matrices.
- New function
pattern_covariance_matrix()
, which creates a covariance matrix based on a specified pattern of correlations between different categories of effects.
clubSandwich 0.5.0
CRAN release: 2020-09-01
New features: a major update to Wald_test()
Wald_test()
now uses new helper functionsconstrain_zero()
,constrain_equal()
, andconstrain_pairwise()
to specify constraint matrices.Wald_test()
gains an argumenttidy
. WhenTRUE
, results for a list of tests will be tidied into a single data.frame.Output of
Wald_test()
now includes both numerator and denominator degrees of freedom.
Minor improvements and bug fixes
Corrected bug in methods for
plm
objects, which occurred when “within” models included cluster-level interactions. Previously main effects of cluster-level variables were not getting dropped frommodel_matrix.plm()
.-
Corrected bugs in methods for
robu
objects- Corrected a bug that previously led to errors for models with only one column in the model matrix (i.e., intercept-only models).
- Corrected a bug in an internal function that previously led to errors in
constrain_equal()
andconstrain_zero()
when called on robu objects.
clubSandwich 0.4.0
CRAN release: 2019-12-18
Added methods for
lmerMod
objects fitted bylme4::lmer()
.Updated internals to use
inherits()
instead of checkingclass()
directly.
clubSandwich 0.3.5
CRAN release: 2019-05-14
Added t statistics to output of
coef_test()
.Fixed a bug in
get_index_order()
, an internal function used with plm objects. Previously, the function assumed that both individual and time indices were specified in theplm
call. The new function works even when zero or one indices are specified.
clubSandwich 0.3.3
CRAN release: 2019-01-24
impute_covariance_matrix()
now drops unobserved factor levels.updated method for handling residuals from
rma.uni
andrma.mv
objects, for consistency with metafor 2.1-0.
clubSandwich 0.3.2
CRAN release: 2018-05-21
Added
conf_int()
to provide easy cluster-robust confidence intervals.Added examples to documentation for
conf_int()
andcoef_test()
.
clubSandwich 0.3.1
CRAN release: 2018-04-04
Added
coefs
option tocoef_test()
to allow testing of subsets of coefficients.Updated tests to use
carData
instead of car package.
clubSandwich 0.3.0
CRAN release: 2017-11-13
Added methods for
ivreg
objects.Added methods for
mlm
objects.Updated
residuals_CS.plm
to account for changes in plm 1.6-6.
clubSandwich 0.2.3
CRAN release: 2017-08-10
New features
Added methods for
glm
objects.Provide facility to cluster at higher level than highest random effects for
lme
andgls
objects.Added
impute_covariance_matrix()
utility function for multivariate meta-analysis.