let's think up a consistent API for these functions and stick to it. For example, there will be none of the nonesense like prop.test() where you need to sum the counts before passing it to the function.
That said, let's talk about APIs that are pipe-able from a data frame vs a function that accepts vectors. Should we decide on one, or have methods for both?
let's think up a consistent API for these functions and stick to it. For example, there will be none of the nonesense like
prop.test()where you need to sum the counts before passing it to the function.That said, let's talk about APIs that are pipe-able from a data frame vs a function that accepts vectors. Should we decide on one, or have methods for both?