Hi Vihan, Perhaps quantile in "stats" package... Type ?quantile, you will get a lot of informations.
Regards, Pascal ----- Mail original ----- De : Vihan Pandey <vihanpan...@gmail.com> À : r-help@r-project.org Cc : Envoyé le : Jeudi 8 mars 2012 15h08 Objet : [R] Doing Mathematica Quantile[] function in R Hi all, I am an R newbie trying to do some calculations I do in Mathematica in R on a GNU/Linux system. The main thing I am interested in doing is taking a 0.999 quantile on a data set in a file who's data is normally distributed, say foo.csv. e.g in Mathematica if I have something like this : a=Import["foo.csv"] b=Transpose[a][[1]] Quantile[b,0.999] In R I can load all the data into b with : scan("foo.csv") -> b now, I can't find a function anywhere which would calculate the Quantile on the dataset in b. Any advice? Also, I am guessing Mathematica does a lot of special things to ensure a very accurate Quantile value, so if anyone has any ideas on incorporating those as well, it would be great. Thanks and Regards, - vihan ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.