Releases: jluchman/domin
v3.5.3 Minimum version change; bugfix for indepvars
This version updates the minimum supported version of Stata to 16 to accommodate the use of a key Mata function.
This version also includes a bugfix in the use of sets with independent variables when there was just one independent variable.
v3.5.2 factor- and time-series fixes
This bug fix release allows for the use of factor- and time-series variables in the all()
option with the built-in linear regression method introduced in v.3.5.0
Factor- and time-series variables are also now allowed for use in the mi_dom
wrapper command for multiple imputation.
v3.5.1 Documentation fix
This bug fix release updates some documentation in -domin-
This release also includes a more extensive update to -domme- which synchronizes it with -domin-'s underlying dominance analysis computation engine.
v3.5.0 Built-in Regression and Mata Migration
This minor release provides a built-in, fast method for dominance analysis with linear regression and the variance explained domme
is also migrated to domin
as a sub-module command of the package.
v3.4.2 Patch update for backward compatibility with pre-17
Update calls Mata code differently to allow compilation by the user's version of Stata.
v3.4.1 Patch update for interoperability with -domme-
Patch update in Mata code for interoperability with -domme-; unifies dominance computation interface
v3.4.0 Extensive Mata Update
Re-write of Mata routines to increase flexibility - goal of unifying domin
and domme
methods to increase speed of release for features across software.
v3.3.0 fitdom and complete dominance speed-up
This version fixes an error in the complete dominance designation computation, speeds up the process of complete dominance designation, has updated documentation, and now includes an additional wrapper command -fitdom-.
Update for upcoming Stata Journal Article
v3.2.1 Build in V12