I'm looking for a program to do a little bit of statistics (want to run k-means clustering on some data) and found a posting on the ubuntu forums that said one could install some program based on R by running the command
sudo aptitude install r-recommended
I was just wondering what the equivalent command should be for Kubuntu (I'm guessing sudo apt-get install r-recommended but want to be sure before running it). Also does anyone know of any other statistics programs that are available in the software repositories (I already use gretl but looking for a good general stats program).
sudo aptitude install r-recommended
I was just wondering what the equivalent command should be for Kubuntu (I'm guessing sudo apt-get install r-recommended but want to be sure before running it). Also does anyone know of any other statistics programs that are available in the software repositories (I already use gretl but looking for a good general stats program).
Comment