Can somebody help me?
I need the C/C++ code for the R's qbeta function.
Can you send it to me a antonella872000 at yahoo.it ?
PS: I'm italian, i can't speak english very well...
___________________________________
C code for qbeta
3 messages · Gatsu, Sean Davis, Thomas Lumley
On Friday 25 May 2007 05:02, Gatsu wrote:
Can somebody help me? I need the C/C++ code for the R's qbeta function.
R is open-source, so you can simply download the source and look at whatever parts you like. Sean
On Fri, 25 May 2007, Sean Davis wrote:
On Friday 25 May 2007 05:02, Gatsu wrote:
Can somebody help me? I need the C/C++ code for the R's qbeta function.
R is open-source, so you can simply download the source and look at whatever parts you like.
Finding the qbeta function may take a little effort,though. The qbeta code is at https://svn.r-project.org/R/trunk/src/nmath/qbeta.c -thomas