On 4/17/2008 9:16 AM, Markus Loecher wrote: > Dear R users, > I was wondering from where I could get the C source code to compute > pnbinom() and qnorm() ? > (I would use R in batch mode but I find the startup time prohibitive, unless > there is a way to speed it up) > I searched the Web and it clearly is part of the R distribution, I just > don't know how to extract them.
https://svn.r-project.org/R/trunk/src/nmath/qnorm.c https://svn.r-project.org/R/trunk/src/nmath/pnbinom.c > Thanking you ! > > Markus Loecher > Princeton, NJ > > [[alternative HTML version deleted]] > > ______________________________________________ > 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. -- Chuck Cleland, Ph.D. NDRI, Inc. (www.ndri.org) 71 West 23rd Street, 8th floor New York, NY 10010 tel: (212) 845-4495 (Tu, Th) tel: (732) 512-0171 (M, W, F) fax: (917) 438-0894 ______________________________________________ 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.