deviation: "perl -walne 'blah regexp
print $F[0]' file.txt | r sd -", to plot my perl-extracted dataset: "perl
-walne 'regexp blah' | r -dp -".
It has few more perks, but running full R is always an option.
Tomek
P.S. I moved it to Google Code, for easier a
On Oct 2, 2013, at 11:07 , C.H. wrote:
> Have a look at the littler.
>
> http://dirk.eddelbuettel.com/code/littler.html
>
Or Rscript (comes standard with R) for that matter:
$ echo '2+2' | Rscript -
[1] 4
-pd
> On Sun, Sep 29, 2013 at 3:36 AM, Tomek R wrote:
>> Hi,
>> I have found myself
Have a look at the littler.
http://dirk.eddelbuettel.com/code/littler.html
On Sun, Sep 29, 2013 at 3:36 AM, Tomek R wrote:
> Hi,
> I have found myself often doing simple statistical analysis using Linux
> command line on a single dataset. Therefore, I put a perl script together,
> which makes
Hi,
I have found myself often doing simple statistical analysis using Linux command
line on a single dataset. Therefore, I put a perl script together, which makes
it
easier:https://github.com/religa/statshttps://github.com/religa/stats/blob/master/r
The idea behind simpleR is that it becomes a s
4 matches
Mail list logo