For studies with multiple groups and timepoints, making a notame-wrapper for ANOVA in linear mixed models would be really helpful.
For implementing new tests, there is a helper function perform_test() in R/stats.R that handles the looping logic, and takes in a function that returns one row of results given a formula and a feature ID.
For studies with multiple groups and timepoints, making a notame-wrapper for ANOVA in linear mixed models would be really helpful.
For implementing new tests, there is a helper function
perform_test()
inR/stats.R
that handles the looping logic, and takes in a function that returns one row of results given a formula and a feature ID.