cbcTools
Design and Analyze Choice-Based Conjoint Experiments
Two years quiet, then a release that makes its greedy design methods practical
◆Recent moves
- 11mo ago
Improvements to greedy methods
Removes efficiency limitations in the greedy design methods, described only as making them much more efficient. After two years of silence it is a performance release, which points at the greedy methods having been too slow to use at realistic design sizes rather than at any gap in coverage.
View source ↗ - 3y ago
random and dopt design methods; orthogonality restrictions enforced
Adds the random and D-optimal methods and stops orthogonal designs from accepting the label argument or restricted profile sets, since either would break orthogonality. The documentation table added here is the clearest statement of what each design strategy supports.
View source ↗ - 3y ago
method argument reworked; orthogonal designs via DoE.base
Reworks how the method argument selects a design strategy and adds orthogonal designs by drawing on DoE.base. The notes state the intent plainly: the function is now set up to take further methods, which is what the following two years delivered.
View source ↗ - 3y ago
Bayesian D-efficient designs with restricted profile sets
Allows Bayesian D-efficient designs to use restricted profile sets, prevents duplicate choice sets being shown to the same respondent in random designs, and adds input checks that stop or warn when the requested design is impossible. The last of these matters most in practice, since impossible design requests previously ran on.
View source ↗ - 3y ago
First CRAN release
⚡ SPARKA single-sentence release marking the package's arrival on CRAN. Everything the changelog records afterwards — the method argument, the added design strategies, the deliberate restrictions — was built behind an interface that from this point had to stay stable for installed users.
View source ↗