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

Create pass through model #386

Closed
athowes opened this issue Oct 14, 2024 · 1 comment · Fixed by #393
Closed

Create pass through model #386

athowes opened this issue Oct 14, 2024 · 1 comment · Fixed by #393
Labels
high Required for next release

Comments

@athowes
Copy link
Collaborator

athowes commented Oct 14, 2024

It's a good test of our infrastructure that we can pass through to brms with as little additional model code as possible.

Doing this will also allow users to test our models in comparison to a baseline with no adjustments for biases in the data.

Some things I can spot we need to do to achieve this:

  • epidist_prior passes through cleanly
  • epidist_stancode passes through cleanly
  • epidist_validate works for pass through model
  • Some kind of shared preprocessing for pass through model
@athowes athowes added the high Required for next release label Oct 14, 2024
@athowes
Copy link
Collaborator Author

athowes commented Oct 14, 2024

Flagging this as something to work on post #382.

seabbs pushed a commit that referenced this issue Oct 21, 2024
* Template for functions required by direct model

* Template for direct_model tests

* First try at complete version of direct model (without documentation)

* Document and lint, plus move default formula to delay ~ .

* Update pkgdown

* Document following merge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
high Required for next release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant