Tag Archives: R

How to call an R function from C

Last year I worked on an analysis project in which we needed to call a statistical function written in R from a C program. There are some great tools to integrate R and C++ (for example Rccp and Rinside), but … Continue reading

Posted in Programming | Tagged | Leave a comment