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

Issue 213: Create functionality for passing in newdata #231

Closed
wants to merge 9 commits into from

Conversation

athowes
Copy link
Collaborator

@athowes athowes commented Aug 5, 2024

Description

This draft PR will close #213.

Checklist

  • My PR is based on a package issue and I have explicitly linked it.
  • I have included the target issue or issues in the PR title in the for Issue(s) issue-numbers: PR title
  • I have read the contribution guidelines.
  • I have tested my changes locally.
  • I have added or updated unit tests where necessary.
  • I have updated the documentation if required.
  • My code follows the established coding standards.
  • I have added a news item linked to this PR.
  • I have reviewed CI checks for this PR and addressed them as far as I am able.

newdata.R Show resolved Hide resolved
@athowes athowes force-pushed the sensible-newdata-input branch from e0e0a63 to 12f05e7 Compare August 7, 2024 13:19
newdata$delay_central <- 0
newdata$obs_t <- NA
newdata$pwindow_upr <- NA
newdata$swindow_upr <- NA
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extract out LHS of equation bits from bterms (make not specific to latent_individual)

@athowes athowes closed this Aug 7, 2024
@athowes athowes mentioned this pull request Aug 9, 2024
3 tasks
@athowes athowes deleted the sensible-newdata-input branch September 9, 2024 18:27
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

Successfully merging this pull request may close these issues.

Help user pass newdata as sensible things (e.g. all strata)
1 participant