Open
Conversation
Original paired check looked at sample size across all groups; fixed to check each idx group separately
add import library(dplyr) to plot_aesthetics
added import library(dplyr) to tutorial vignettes
updated Namespace file: added importFrom(dplyr, n) This should help with tests failing due to not finding n() function.
attempt to fixing test_001_api.R and test_001_utils.R not working - potential problem with np_dataset definition?
Check if any error is being detected
Reworks paired check (again); previous paired check was failing with comparisons with 3 groups or more (e.g. in sequential experiments) Paired check should now work with multi-2 groups as well as >2 group comparisons Undid previous regexp change
Add a section to reflect that the code works for comparisons of different sample sizes as long as pairs are internally balanced in size.
Collaborator
|
api fox looks great! i added a segment in tutorial_repeated_measures.Rmd to reflect usage with different sample size and the error thrown if imbalanced sample sizes within the pair. |
sangyu
approved these changes
Apr 15, 2026
Collaborator
sangyu
left a comment
There was a problem hiding this comment.
api fox looks great! i added a segment in tutorial_repeated_measures.Rmd to reflect usage with different sample size and the error thrown if imbalanced sample sizes within the pair.
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.
Original paired check looked at sample size across all groups; fixed to check each idx group separately