Releases: jluchman/domir
v1.2.0 Parallel execution, progress, and error reporting
This minor version has added features allowing for parallelizing the estimation of all sub-models for the DA, a progress bar to show percent completion (when not executing in parallel), improved error reporting for functions submitted to domir
, and an extensive update to the package's documentation.
v1.1.1 Patch update for conditional dominance and all subsets error
This patch update fixes an error for the computation of conditional dominance statistics when there are names in .all
.
v1.1.0 `formula_list` method
This minor release marks the release of a formula_list()
method for domir()
that allows the dominance analysis of left and right hand side formula pairs that can represent parameter estimates in a multivariate model (e.g., Luchman, Lei, and Kaplan, 2020).
This release also marks the initiation of an extensive linting process for code readability.
v1.0.1 Patch Update for Offsets
Patch update to disallow offset()
s in formula method of domir
and domin
. Improvements to argument checks in domir
.
v1.0.0
v0.3.2 CRAN checks patch release
Update fixes/cleans conceptual introduction vignette and patches CRAN checks.
v0.3.0 strongest dominance `summary` method addition
Addition of summary
method that computes strongest dominance designation among all IVs, update to Conceptual Introduction vignette, and updates to internal computation methods.
v0.2.0 New Constant model feature
With consmodel
and reverse
features and conceptual introduction vignette
v0.1.0 Extra Documentation and Re-write of Inner Workings
Extensive additions to README
Updates to manual pages
Re-write of internal functions for clarity and speed
Bug fixes to complete dominance computations
Patched for R versions < 4
Major patch to ensure domir
works with R versions < 4.
Additional documentation in README.
Updates to DESCRIPTION file.