Skip to content

Commit

Permalink
Update NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jhelvy committed Nov 1, 2024
1 parent d5abde0 commit 5208de7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# cbcTools (development version)

# cbcTools 0.6.0

- Major revisions made to `cbc_design()` function.
- New `"efficient"` method added for obtaining D-efficient designs.
- Old methods removed: `"full"`, `"orthogonal"`, `"dopt"`, `"CEA"`, and `"Modfed"`. Now there are only `"random"` and `"efficient"` designs
- Bayesian D-efficient designs are now created by setting `method = "efficient"` and a set of priors with a diagonal or full covariance matrix.
- New `cbc_d_error()` function added to obtain the D-error of a given design.
- New `cbc_priors()` function for defining a variety of prior model coefficients.
- New `cbc_levels()` function for viewing a summary of the levels in a design.

# cbcTools 0.5.2

- Bug fix in checking input settings (#34)
Expand Down

0 comments on commit 5208de7

Please sign in to comment.