|
2 | 2 |
|
3 | 3 | # cbcTools 0.6.0
|
4 | 4 |
|
5 |
| -- Major revisions made to `cbc_design()` function. |
6 |
| - - New `"efficient"` method added for obtaining D-efficient designs. |
7 |
| - - Old methods removed: `"full"`, `"orthogonal"`, `"dopt"`, `"CEA"`, and `"Modfed"`. Now there are only `"random"` and `"efficient"` designs |
8 |
| - - Bayesian D-efficient designs are now created by setting `method = "efficient"` and a set of priors with a diagonal or full covariance matrix. |
9 |
| - - New `randomize = TRUE` argument in `cbc_design()` to randomize the order of questions and alternatives across respondents, addresses #29. |
10 |
| -- New `cbc_d_error()` function added to obtain the D-error of a given design. |
11 |
| -- New `cbc_priors()` function for defining a variety of prior model coefficients. |
12 |
| -- Coefficients for levels of an attribute in cbc_priors can be named vectors, addressing #24. |
13 |
| -- New `cbc_levels()` function for viewing a summary of the levels in a design. |
| 5 | +- Major overhaul of the package with breaking changes. |
| 6 | +- New function, `cbc_priors()``. This allows users to specify a set of priors according to a wide variety of model specifications, including random parameters (with or without correlated heterogeneity), interactions, and "no choice" options. These priors can then be used to create designs and simulate choices. |
| 7 | +- Coefficients for levels of an attribute in `cbc_priors()` can be named vectors, addressing #24. |
| 8 | +- Major overhaul of the `cbc_design()` function, with entirely new algorithms for searching for designs |
| 9 | + - One is "random", three are frequency-based ("greedy") algorithms, and three more are d-error minimizing algorithms. |
| 10 | + - Old methods removed: `"full"`, `"orthogonal"`, `"dopt"`, `"CEA"`, and `"Modfed"` |
| 11 | + - Bayesian D-efficient designs are now created based on the priors provided. With random parameters in the priors, a Bayesian D-efficient design will be created. |
| 12 | + - New support for removing dominant alternatives from designs. |
| 13 | + - New support for randomizing the order of questions and alternatives across respondents, addresses #29. |
| 14 | + - New `cbc_inspect()` function for comprehensively inspecting designs. |
| 15 | + - New `cbc_compare()` function for comparing designs. |
| 16 | + - New functionality in `cbc_power()` for computing visualizing power analyses. |
14 | 17 |
|
15 | 18 | # cbcTools 0.5.2
|
16 | 19 |
|
|
0 commit comments