Closed WillemSleegers closed 7 years ago
I was thinking we might want to flip the order between the results and model arguments in add_stats() because that would make it fit better in the tidyverse.
add_stats()
Results could then be piped into the function, for example:
results <- lm(extra ~ group, data = sleep %>% summary() %>% add_stats(results, identifier = "lm_1")
Implemented it; let me know what you think of it!
I was thinking we might want to flip the order between the results and model arguments in
add_stats()
because that would make it fit better in the tidyverse.Results could then be piped into the function, for example: