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 by metafor::vcalc().
clubSandwich 0.5.10
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
Added support for geepack::geeglm() models.
Added support for rma.ls models (location-scale models estimated using metafor::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 and lme objects to allow use of expressions in addition to object names.
clubSandwich 0.5.8
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
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
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
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 other constrain_*()helper functions.
Corrected precision of unit test leading to error on M1mac.
clubSandwich 0.5.4
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() and conf_int() gain an option for test = "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() and conf_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' and test = '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 forWald_test() and conf_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.3
Removed dependency on mathjaxr
clubSandwich 0.5.2
Added mathjaxr to Imports
clubSandwich 0.5.1
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.
Minor improvements and bug fixes
Corrected bug in methods for rma.mv objects, which previously led to incorrect identification of clustering variables in models with multiple levels of random effects, where at least one set of random effects has inner | outer structure.
clubSandwich 0.5.0
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 argument tidy. When TRUE, 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 from model_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.2
Updated and streamlined unit tests for R 4.0.0.
clubSandwich 0.4.1
Updated unit tests to satisfy obscure CRAN checks.
clubSandwich 0.4.0
Added methods for lmerMod objects fitted bylme4::lmer().
Updated internals to use inherits() instead of checking class() directly.
clubSandwich 0.3.5
Added t statistics to output ofcoef_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 the plmcall. The new function works even when zero or one indices are specified.
clubSandwich 0.3.3
impute_covariance_matrix() now drops unobserved factor levels.
updated method for handling residuals from rma.uniand rma.mv objects, for consistency with metafor 2.1-0.
clubSandwich 0.3.2
Added conf_int() to provide easy cluster-robust confidence intervals.
Added examples to documentation for conf_int() andcoef_test().
clubSandwich 0.3.1
Added coefs option to coef_test() to allow testing of subsets of coefficients.
Updated tests to use carData instead of car package.
clubSandwich 0.3.0
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
New features
Added methods for glm objects.
Provide facility to cluster at higher level than highest random effects for lme and gls objects.
Added impute_covariance_matrix() utility function for multivariate meta-analysis.
Minor improvements and bug fixes
Updated methods for plm objects to account for changes in plm 1.6-6.
Added documentation of type options invcovCR().
Added examples for all vcovCR() methods.
clubSandwich 0.2.2
New features
Added bread() methods for all supported model classes.
vcovCR() is now calculated usingbread(), and carries attributes for bread,est_mat, and adjustment matrices.
vcovCR() gains a form argument to obtain just the meat of the sandwich, or to use a user-specified bread matrix.
Minor improvements and bug fixes
Refactored internal functions for degrees of freedom calculation to improve speed and memory usage.
Bug fixes:
updated nobs.plm() method to handle first-differenced models