Skip to content

Commit 41c164c

Browse files
committed
Update NEWS.md
1 parent e9e09c7 commit 41c164c

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

NEWS.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@
22

33
# cbcTools 0.6.0
44

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.
1417

1518
# cbcTools 0.5.2
1619

0 commit comments

Comments
 (0)