Skip to content

Releases: jluchman/domir

v1.2.0 Parallel execution, progress, and error reporting

06 May 00:30
a023734
Compare
Choose a tag to compare

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

02 Oct 00:08
2b312f9
Compare
Choose a tag to compare

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

10 Sep 14:19
da0ac5b
Compare
Choose a tag to compare

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

29 Apr 12:59
f1841bc
Compare
Choose a tag to compare

Patch update to disallow offset()s in formula method of domir and domin. Improvements to argument checks in domir.

v1.0.0

23 Jul 21:08
22bb95b
Compare
Choose a tag to compare

Initial release of domir function, a S3 generic that is intended to accept different input types to parse for dominance analysis. domir supercedes domin as of this release.

v0.3.2 CRAN checks patch release

23 May 00:01
83cb137
Compare
Choose a tag to compare

Update fixes/cleans conceptual introduction vignette and patches CRAN checks.

v0.3.0 strongest dominance `summary` method addition

26 Feb 13:58
5c0178a
Compare
Choose a tag to compare

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

28 Sep 00:20
14940b4
Compare
Choose a tag to compare

With consmodel and reverse features and conceptual introduction vignette

v0.1.0 Extra Documentation and Re-write of Inner Workings

15 Aug 12:43
e3f024e
Compare
Choose a tag to compare

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

30 Mar 14:55
c5d79e2
Compare
Choose a tag to compare

Major patch to ensure domir works with R versions < 4.

Additional documentation in README.

Updates to DESCRIPTION file.