> Does anybody have an implementation of the Mann-Whitney U test (or the > equivalent Wilcoxson Rank test) in Racket? I imagine I could easily hack up > my own, but somebody else may have done a better job of it already.
I see that no one has answered this question yet. This is something which I would do and have done in R. So this brings me to a question I was going to ask anyway which is how to do multi-language development including Racket and R. Would it be FFI from Racket to R? I already have a body of R code of my own which I would like to be able to call from Racket. The general idea is that It would be an application where things like the GUI and networking elements are done in Racket but computations are done in R. James -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.