domir 1.2.0
visible
- Basic parallel estimation of all subsets using
parallel::parSapply
- Progress bar added for non-parallel sub-model estimation
- Complete dominance reports fraction of total models higher/lower
- offset()s now allowed with- formulamethod
- formulainput with- .adjdefunct
- Better handing of errors returned by ‘.fct’. Reports the specific
error that resulted.
- New pkgdown-based GitHub page with extra visual design
features.
internal
- formulamethod sync with- formula_list
- Intercept removal and offsets not allowed in .alland.set
bug fix
- offsets()omitted from models with no predictors. Was
an issue with- .adj’s value
domir 1.1.1
bug fixes
- domir()produced error when- .cdl = FALSEwas combined with- .all
- lme4 added to suggested list due to reference in
documentation and CRAN warning
domir 1.1.0
visible
- formula_listmethod implemented- 
- merger of planned listandFormula::Formulamethods
- fmllst2Fmlcan be used to translate- formula_lists to- Formula::Formulas
- offset()s allowed in- formula_list; to
update in- formulamethod
 
- formulamethod- .adjargument is logical- 
- formulas of the form- ~ 1still accepted
but depreciated
- other formulainputs defunct and user pushed to add to.fct
 
internal
- Began linting process for code readability
domir 1.0.1
bug fixes
- formulamethod in- domir()and- domin()now disallow- offset()terms- 
- Were silently removed and not replaced during parsing.
 
- Argument checks for formulamethod produced
inconsistent results
domir 1.0.0
breaking/major changes
- New domirfunction
- Generic function with three S3 methods: formula,Formula, andlist
- Formulaand- listmethods under
development
 
- .objsubmits object on which S3 method dispatch is
based
- .fctsubmits function that accepts result of same type
as- .objand returns a scalar
- .set,- .alland- .adjaffect- .objentries- 
- .wstargument under development (‘within-set’ or Owen
decomposition)
 
 
- dominsuperseded- 
- No longer under active development; bug fixes only
 
internal
- dominance_scalarinternal function responsible for
computation.- domiris front-end to computational engine.- 
- Other computational engines planned. Internal function may be
renamed.
 
bug fixes
- summary.dominnot recognizing- reverse = TRUE.
domir 0.3.2
bug fixes
- removing reference to dominanceanalysispackage not on
CRAN currently given request from CRAN maintainers and CRAN note.
domir 0.3.1
visible
- fixing typos and other editorial errors in domir_basics
vignette.
- Extending conditional dominance discussion with graphic.
bug fixes
- fixing error in email address in domir-package leading to
CRAN check warnings.
domir 0.3.0
visible
- conditionallogical argument to make computing
conditional dominance statistics optional
- initial working version of summary.domin
- method for computing the strongest dominance designations between
independent variables
- update to print.dominto display strongest dominance
designations
 
- reorganization and update to Conceptual Introduction to
Dominance Analysis vignette
internal
- looping used to construct many dominance statistics, replaced with
matrix-based methods; intended to simplify and expedite
computations
bug fixes
- update to email in domin-packageas requested by CRAN
maintainers.
domir 0.2.0
visible
- consmodelargument to adjust for baseline fit statistic
values
- reverseargument to change rank and complete dominance
interpretation for fit metrics that decrease with better fit
- Conceptual Introduction to Dominance Analysis vignette
added
internal
- implemented unit testing framework - covers 82% of
domin
- internal use of reformulateto construct formulas as
opposed topaste-ing+-es
bug fixes
- Complete_Dominancecomputation producing inconsistent
complete dominance designations - within-order complete dominance checks
not capturing all possible model comparisons
domir 0.1.0
visible
- update to format of Complete_Dominancefrom integers to
logicals
- output and warnings no longer suppressed by default - user must
silence noisy functions
- minimum of two terms/sets to run domin(replicates
behavior of Stata version)
- additional checks (response in formula/orders in formula)
- names of entries in dominobject changed to syntactic R
names when not. Affects entries in:
- Complete_Dominancematrix
- Conditional_Dominancematrix ## internal
 
- extensive re-write of computation methods
- pre-allocates container objects to improve performance
- increased functional-ization of subroutines and overall code
readability
- many internal functions re-named
bug fixes
- returned value .$Subset_Details$Full_Modelnow includes
variables inall
- Complete_Dominancematrix computation- 
- Too many models considered for complete dominance - inconsistent
with standard dominance analysis methodology
- Fixed error in suppressing complete dominance (i.e.,
complete = FALSE) resulted in error
 
domir 0.0.1
bug fixes
- Ensemble_Coordinatorthat submitted factor numbers
instead of text in R versions < 4.0
domir 0.0.0
- initial working version of domin
- initial working version of print.domin