Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alternative design packages #11

Closed
jhelvy opened this issue May 9, 2023 · 1 comment
Closed

Alternative design packages #11

jhelvy opened this issue May 9, 2023 · 1 comment

Comments

@jhelvy
Copy link
Owner

jhelvy commented May 9, 2023

As of version 0.3.0, the Bayesian D-efficient designs are generated via the idefix package. However, as was raised in #10, idefix has some limitations. In particular, the idefix::Modfed() function is quite slow, and it is the only option available if using a restricted set of profiles.

So with that in mind, I'm posting this issue to discuss potential alternatives. I'm not necessarily looking to replace idefix, but perhaps supplement cbc_design() with even more options for generating D-efficient designs.

This summary of related packages was recently published. After a quick look, there appear to be quite a few possible alternatives that could be incorporated into `cbc_design():

  • support.CEs: Looks pretty simple, but it doesn't look like it supports Bayesian designs with priors. The author has a book too with a lot of other examples.
  • skpr: Looks promising but isn't clear if it's made for choice experiments.
  • ExpertChoice: Clearly made for choice experiments, not clear if priors can be included.
@jhelvy
Copy link
Owner Author

jhelvy commented Jun 30, 2023

v0.4.0 of the package now has a new method argument for supporting new design methods. It now supports full factorial, orthogonal, and Bayesian D-efficient designs.

@jhelvy jhelvy closed this as completed Aug 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant