A tiny snippet to compute a confidence interval
Read more…All the years working in Linux I did not know how to debug in Linux. GDB is simply too scary for me... And now I needed to debug R. And you know what, it is that simple:
sudo apt-get install nemiver
./R -d nemiver
And that's it!
R starts under …
Read more…