Skip to content

Fix paired check#191

Open
maiyishan wants to merge 8 commits intomasterfrom
paired_check_fix
Open

Fix paired check#191
maiyishan wants to merge 8 commits intomasterfrom
paired_check_fix

Conversation

@maiyishan
Copy link
Copy Markdown
Collaborator

Original paired check looked at sample size across all groups; fixed to check each idx group separately

Original paired check looked at sample size across all groups; fixed to check each idx group separately
maiyishan and others added 7 commits February 24, 2026 17:28
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.
@sangyu
Copy link
Copy Markdown
Collaborator

sangyu commented Apr 15, 2026

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.

Copy link
Copy Markdown
Collaborator

@sangyu sangyu left a comment

Choose a reason for hiding this comment

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

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.

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.

2 participants