> > Does any body know how I can see the code behind qbeta function? > > As the code seems to be internal, you'll need to download the r-source > code and find it in there. In my copy of R it is here: > R-2.11.1/src/nmath/qbeta.c
An alternative is to view the source code online. The code for qbeta is in http://svn.r-project.org/R/trunk/src/nmath/qbeta.c In general, you can find internal code by searching for site:http://svn.r-project.org/R/trunk/src <function name> Regards, Richie. Mathematical Sciences Unit HSL 4D Pie Charts ------------------------------------------------------------------------ ATTENTION: This message contains privileged and confidential inform...{{dropped:22}} ______________________________________________ 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.