antonvsdata / notame

An R package for non-targeted LC-MS metabolomics
MIT License
16 stars 2 forks source link

lmer ANOVA #30

Open antonvsdata opened 1 year ago

antonvsdata commented 1 year ago

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.