- Update documentation: correct details line for
cjbart()
. - Add compatibility so passing seed argument on Windows returns warning rather than error
- Add unit tests for OS compatibility
-
Fix documentation: to plot the variable importance grid, the
x
argument takes the result of callinghet_vimp()
and notIMCE()
as previously documented (in v0.3.0) -
Update package dependencies
- Rename arguments in
het_vimp()
frommodel
toimces
andoutcomes
tolevels
for consistency across functions - Change
het_vimp()
so it returns a list, including the results and an attribute-level look-up table - Added ability to run
het_vimp()
calculation in parallel - Fixed bug when predicting continuous conjoint outcomes
- Add new
pIMCE()
function to calculate population individual-level marginal component effects - Add new
AMCE()
function that includes Bayesian uncertainty estimate - Add check for unique levels across attributes. If not, the attribute-level values are modified to ensure uniqueness
- Add functionality to improve quality of outputs
- Update the vignette to reflect new functionality
- Add ability to drop attributes from IMCE analysis
- Remove dependencies not needed
- Re-release after dependencies back on CRAN
- Minor internal changes to keep pace with R development
- Minor changes to vignette wording
- Addresses unbalanced chunk delimiters in package vignette
- Adds new functionality for analyzing heterogeneity after IMCE prediction using random forest variable importance measures
- First release including all core functionality
- Includes wrapper of BART estimation, IMCE prediction, and generics