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

modified TD and ED calculations and added tests #19

Merged
merged 2 commits into from
Jan 24, 2025

Conversation

MThomas91
Copy link
Collaborator

No description provided.

@MThomas91 MThomas91 requested a review from bbnkmp January 17, 2025 16:32
@MThomas91 MThomas91 linked an issue Jan 17, 2025 that may be closed by this pull request
Copy link
Collaborator

@bbnkmp bbnkmp left a comment

Choose a reason for hiding this comment

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

Mods.R line 314/315: Add in doc title that it could also be an maFit object?
Mods.R line 351: Add in the documentation that all doses need to be <= the maximum dose used in the trial?
Mods.R, line 392/420: Is it obvious what any(doses > maxD) returns when doses == NULL? Maybe only check for any(doses > maxD) only when TDtype or EDtype == "discrete"?
Mods.R line 459/563: If doses has default argument NULL, is it better to test for doses == NULL rather than missing(doses)?
Mods.R new line 588: Don't understand this.
Mods_helpers.R new line 609: Don't understand this.

@MThomas91 MThomas91 merged commit 25b9947 into master Jan 24, 2025
1 check passed
@MThomas91 MThomas91 deleted the 18-update-ed-and-td-calculation branch January 24, 2025 15:29
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.

Update ED and TD calculation
2 participants