Open DominiqueMakowski opened 6 years ago
One example could be to have all the tests having the prefix bayes_
or bayesian_
in front of them.
Within this topic, to maximize consistency across function names, I am wondering how the correlation should be named:
let's say we have bayes_ttest
for t-tests, should the correlation be named bayes_correlation
or bayes_cortest
?
For reference, R's BayesFactor uses ttestBF
and correlationBF
. The R's frequentist version is t.test
and cor.test
.
I like the bayes_ prefix. I think cortest or cor_test makes sense, not sure which looks better.
I feel like the function names could be clarified / changed a bit to bit more consistent and readable.