in reply to Can someone suggest a package with functions of manipulating matrix or data frame as the functions were applied in R?

If you feel comfortable with R, simply use it...

use Statistics::R;
  • Comment on Re: Can someone suggest a package with functions of manipulating matrix or data frame as the functions were applied in R?
  • Download Code

Replies are listed 'Best First'.
Re^2: Can someone suggest a package with functions of manipulating matrix or data frame as the functions were applied in R?
by lightoverhead (Pilgrim) on Feb 08, 2012 at 18:20 UTC

    The reason I use perl instead of R is that I try to implement a web application

    From perl to call R is tedious and slow;therefore,I try to solve all the calculations and plots in perl

    All the monks,above and below have suggested a variety of tools. I'll try to use them, especially PDL

    Thank you all