- Further revisions to the
method
argument in the
cbc_design()
function.
- Added the
"random"
and "dopt"
methods.
- Added restrictions so that orthogonal designs cannot use the
label
argument or restricted profile sets (as either of
these would result in a non-orthogonal design).
- Adjustments made to the
method
argument in the
cbc_design()
function in preparation for potentially adding
new design methods.
- Added the
"orthogonal"
option for generating orthogonal
designs.
- Another small bug fix in
cbc_design()
related to #16
where factor level ordering for categorical variables were being
mis-ordered.
- Updated how the
method
argument is handled by default
in cbc_design()
to be more flexible (anticipating other
methods in the future).
- Added
keep_db_error
arg to
cbc_design()
.
- Bug fix in
cbc_design()
where factor level ordering for
categorical variables were being mis-ordered.
- Added additional input check for appropriate
priors
in
cbc_design()
.
- Modify how restrictions are defined in the
cbc_restrict()
function to allow users to provide
expressions.
- Add
cbc_restrict()
function to improve UI for adding
restrictions to profiles.
- Remove previous approach to including restrictions in
cbc_profiles()
.
- Add new test cases
- Bug fix: modify code in
cbc_design()
to avoid duplicate
choice sets for the same respondents; addresses #7.
- Bug fix: modify code in
cbc_design()
to allow Bayesian
D-efficient designs with restricted profile sets; addresses #10 and
#9.
- Added a startup message when the package is loaded.
- Updates for compatibility with logitr version 1.0.1.
- Updated DESCRIPTION and CITATION to remove redundancy in title.
- Updated documentation of returned values in several functions.
- Added initial integration with {idefix} packages for Bayesian
D-efficient designs
- Updates for compatibility with logitr version 0.8.0.
- Updates for compatibility with logitr version 0.7.0.
- Modified the argument of
cbc_profiles()
to
...
so that the user no longer needs to create a separate
list to define the attributes and levels.
- Modified the arguments for the
randN()
and
randLN()
functions to mean
and
sd
.
- Improved printing of counts in
cbc_balance()
and
cbc_overlap()
.
- Updated names of random parameter models to match that of future
logitr v0.6.0.
- Updated documentation and examples for all functions.
- Adding piping example to readme.
- Added support for conditional levels in
cbc_profiles()
- Added a
NEWS.md
file to track changes to the
package.