Bioequivalence inferential statistics calculation#490
Open
Sang-j111 wants to merge 3 commits into
Open
Conversation
…set, I get the warning; 'No grouping variables found in the PKNCA object. Defaulting to '~ sequence + occasion + formulation'and error message; 'Reference value, "3", not found in column, "form". No sure why but can confirm that those messages work.
billdenney
added a commit
that referenced
this pull request
Jun 14, 2026
Merge the original bioequivalence workflow prototype from Natalie Sang's PR #490 (#490) to preserve her development history and credit the inspirational work. The prototype (BA_BEworkflow/NCA_BEworkflow.Rmd, with fit_BE_endpoints(), create_BE_table(), calculate_BE()) inspired but is not directly used by the production implementation in R/bioequivalence.R; it is removed in the next commit. Co-authored-by: Natalie Sang <nataliesang143@gmail.com>
billdenney
added a commit
that referenced
this pull request
Jun 14, 2026
Delete BA_BEworkflow/NCA_BEworkflow.Rmd and pknca.Rproj, merged in the previous commit to preserve Natalie Sang's authorship. The prototype functions inspired the production fitbe_*/be_* implementation in R/bioequivalence.R but are not part of the package. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
billdenney
added a commit
that referenced
this pull request
Jun 14, 2026
Credit Natalie Sang (@Sang-j111) for the bioequivalence prototype in PR #490 that inspired the bioequivalence functions. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have confirmed that the function work. Using our court et. al. data set, I get the warning; 'No grouping variables found in the PKNCA object. Defaulting to '~ sequence + occasion + formulation' and error message; 'Reference value, "3", not found in column, "form". No sure why but can confirm that those messages work.