Is there an R package, website, or command that will allow one to search for a specific statistical procedure they desire?
For instance, if I wanted to find a package that had the Box-Cox Transformation, the website/package/command might return "MASS" and refer me to the boxcox()
function.
It is fairly straightforward with something like Box-Cox, but I was hoping it would allow me to find more difficult procedures or search by what the function does ("Concatenating columns to a data frame" might turn up cbind()
). Does something like this exist?