search for: dnchisq

Displaying 20 results from an estimated 24 matches for "dnchisq".

Did you mean: dchisq
1997 Jul 28
0
R-alpha: R 0.50.a1: patch for NChisquare documentation
...******************************************************************** *** src/library/base/man/NChisquare.orig Sat Jul 26 10:50:54 1997 --- src/library/base/man/NChisquare Sat Jul 26 11:26:23 1997 *************** *** 1,26 **** TITLE(NChisquare @@ The Non-Central Chi-Square Distribution) USAGE( ! dnchisq(x, df) ! pnchisq(x, df) ! qnchisq(x, df) ! rnchisq(x, df) ) ALIAS(dnchisq) ALIAS(pnchisq) ALIAS(qnchisq) ALIAS(rnchisq) DESCRIPTION( ! These functions provide information about the non-central ! chi-square distribution with LANG(df) degrees of freedom. ! LANG(dnchisq) gives the density,...
2009 Jan 17
4
Where to find the source codes for the internal function in stats package
...ut cannot find it. I input "dchisq" in the R interface, and then enter, the following message return: > dchisq /*****************************************************/ function (x, df, ncp = 0, log = FALSE) { if (missing(ncp)) .Internal(dchisq(x, df, log)) else .Internal(dnchisq(x, df, ncp, log)) } <environment: namespace:stats> /*****************************************************/ It seems that dchisq() is the internal function in STATS package. So go to "C:\Program Files\R\R-2.7.2\library\stats" to look for it. I browsed the files in this catalog, but...
2008 Aug 21
1
pnmath compilation failure; dylib issue?
...install_names -mmacosx-version-min=10.4 -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/ lib -o pnmath.so bd0.o beta.o chebyshev.o choose.o d1mach.o dbeta.o dbinom.o dcauchy.o dchisq.o dexp.o df.o dgamma.o dgeom.o dhyper.o dlnorm.o dlogis.o dnbeta.o dnbinom.o dnchisq.o dnf.o dnorm.o dnt.o dpois.o dt.o dunif.o dweibull.o fmax2.o fmin2.o ftrunc.o gamma.o gamma_cody.o i1mach.o imax2.o imin2.o lbeta.o lgamma.o lgammacor.o mlutils.o pbeta.o pbinom.o pcauchy.o pchisq.o pexp.o pf.o pgamma.o pgeom.o phyper.o plnorm.o plogis.o pnbeta.o pnbinom.o pnchisq.o pnf.o...
2009 Mar 17
3
R does not compile any more on FreeBSD 8.0-CURRENT
...ltinom.o dcauchy.o pcauchy.o qcauchy.o rcauchy.o dexp.o pexp.o qexp.o rexp.o dgeom.o pgeom.o qgeom.o rgeom.o dhyper.o phyper.o qhyper.o rhyper.o dnbinom.o pnbinom.o qnbinom.o rnbinom.o dpois.o ppois.o qpois.o rpois.o dweibull.o pweibull.o qweibull.o rweibull.o dlogis.o plogis.o qlogis.o rlogis.o dnchisq.o pnchisq.o qnchisq.o dnbeta.o pnbeta.o qnbeta.o pnf.o pnt.o qnf.o qnt.o ptukey.o qtukey.o toms708.o wilcox.o signrank.o ranlib libnmath.a config.status: creating src/unix/Makefile make: /usr/local/R-devel/srcunix: No such file or directory *** Error code 2 Stop in /usr/local/R-devel/src/unix. **...
1997 Jul 09
1
R-beta: Problem with `rpois'
There is a problem with `rpois'. It does seem to take care about the order of the arguments. This is an example: > rpois(n=1,lambda=2) [1] 3 > rpois(lambda=2,n=1) [1] 2 0 It obviously uses the first argument as the number of samples to be drawn, which is wrong. I used Version 0.49 Beta (April 23, 1997). Fredrik
1997 Jul 09
1
R-beta: Problem with `rpois'
There is a problem with `rpois'. It does seem to take care about the order of the arguments. This is an example: > rpois(n=1,lambda=2) [1] 3 > rpois(lambda=2,n=1) [1] 2 0 It obviously uses the first argument as the number of samples to be drawn, which is wrong. I used Version 0.49 Beta (April 23, 1997). Fredrik
2001 May 18
1
Non-Central t
In the help file for the non-central t, the following appears: ncp: non-centrality parameter delta; currently `ncp <= 37.62'. I assume that this means the ncp cannot exceed 37.62. Is this still the case and is there any plans to increase this restriction? Thanks! Jeff Jeff Morris Design Support Clinical Chemistry R&D Ortho-Clinical Diagnostics email: jmorris6 at ocdus.jnj.com
1999 May 03
1
problems compiling R-0.63.3 on alpha
...xact -g -I../include -I../../src/include -c plogis.c -o plogis.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c qlogis.c -o qlogis.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c rlogis.c -o rlogis.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c dnchisq.c -o dnchisq.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c pnchisq.c -o pnchisq.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c qnchisq.c -o qnchisq.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c dnbeta.c -o dnbeta.o gcc -ieee_with_inexact -...
1998 Nov 06
1
DEC alpha INSTALLATION R-0.62.4
...ude -c rweibull.c cc -ieee_with_inexact -g -I../../src/include -c dlogis.c cc -ieee_with_inexact -g -I../../src/include -c plogis.c cc -ieee_with_inexact -g -I../../src/include -c qlogis.c cc -ieee_with_inexact -g -I../../src/include -c rlogis.c cc -ieee_with_inexact -g -I../../src/include -c dnchisq.c cc -ieee_with_inexact -g -I../../src/include -c pnchisq.c cc -ieee_with_inexact -g -I../../src/include -c qnchisq.c cc -ieee_with_inexact -g -I../../src/include -c dnbeta.c cc -ieee_with_inexact -g -I../../src/include -c pnbeta.c cc -ieee_with_inexact -g -I../../src/include -c pnf.c cc -ieee...
1998 Dec 08
0
R compile problems with AIX
...-I../../src/include -c dlogis.c -o dlogis.o gcc -g -O2 -I../include -I../../src/include -c plogis.c -o plogis.o gcc -g -O2 -I../include -I../../src/include -c qlogis.c -o qlogis.o gcc -g -O2 -I../include -I../../src/include -c rlogis.c -o rlogis.o gcc -g -O2 -I../include -I../../src/include -c dnchisq.c -o dnchisq.o gcc -g -O2 -I../include -I../../src/include -c pnchisq.c -o pnchisq.o gcc -g -O2 -I../include -I../../src/include -c qnchisq.c -o qnchisq.o gcc -g -O2 -I../include -I../../src/include -c dnbeta.c -o dnbeta.o gcc -g -O2 -I../include -I../../src/include -c pnbeta.c -o pnbeta.o gcc...
1998 Dec 08
0
R compile problems with AIX
...-I../../src/include -c dlogis.c -o dlogis.o gcc -g -O2 -I../include -I../../src/include -c plogis.c -o plogis.o gcc -g -O2 -I../include -I../../src/include -c qlogis.c -o qlogis.o gcc -g -O2 -I../include -I../../src/include -c rlogis.c -o rlogis.o gcc -g -O2 -I../include -I../../src/include -c dnchisq.c -o dnchisq.o gcc -g -O2 -I../include -I../../src/include -c pnchisq.c -o pnchisq.o gcc -g -O2 -I../include -I../../src/include -c qnchisq.c -o qnchisq.o gcc -g -O2 -I../include -I../../src/include -c dnbeta.c -o dnbeta.o gcc -g -O2 -I../include -I../../src/include -c pnbeta.c -o pnbeta.o gcc...
2002 Jan 22
1
compile problem with bessel_i.c on IRIX64 flexor 6.5 10100655 IP35 (uname -a) (PR#1275)
...qpois.c making rpois.d from rpois.c making dweibull.d from dweibull.c making pweibull.d from pweibull.c making qweibull.d from qweibull.c making rweibull.d from rweibull.c making dlogis.d from dlogis.c making plogis.d from plogis.c making qlogis.d from qlogis.c making rlogis.d from rlogis.c making dnchisq.d from dnchisq.c making pnchisq.d from pnchisq.c making qnchisq.d from qnchisq.c making dnbeta.d from dnbeta.c making pnbeta.d from pnbeta.c making pnf.d from pnf.c making pnt.d from pnt.c making ptukey.d from ptukey.c making qtukey.d from qtukey.c making wilcox.d from wilcox.c making signrank.d fr...
2017 Aug 18
4
No rule to make target all.R, needed by compiler.rdb building R 3.4.1 from source, Scientific Linux release 6.9 (Carbon)
...rmultinom.o dcauchy.o pcauchy.o qcauchy.o rcauchy.o dexp.o pexp.o qexp.o rexp.o dgeom.o pgeom.o qgeom.o rgeom.o dhyper.o phyper.o qhyper.o rhyper.o dnbinom.o pnbinom.o qnbinom.o rnbinom.o dpois.o ppois.o qpois.o rpois.o dweibull.o pweibull.o qweibull.o rweibull.o dlogis.o plogis.o qlogis.o rlogis.o dnchisq.o pnchisq.o qnchisq.o dnbeta.o pnbeta.o qnbeta.o pnf.o pnt.o qnf.o qnt.o ptukey.o qtukey.o toms708.o wilcox.o signrank.o* *ranlib libnmath.a* *make[4]: Leaving directory `/data/mbp15ja/R-3.4.1/R-3.4.1/src/nmath'* *make[3]: *** No rule to make target `../extra/tre/libtre.a', needed by `libR....
2001 Jul 25
2
Installation help
...qpois.c making rpois.d from rpois.c making dweibull.d from dweibull.c making pweibull.d from pweibull.c making qweibull.d from qweibull.c making rweibull.d from rweibull.c making dlogis.d from dlogis.c making plogis.d from plogis.c making qlogis.d from qlogis.c making rlogis.d from rlogis.c making dnchisq.d from dnchisq.c making pnchisq.d from pnchisq.c making qnchisq.d from qnchisq.c making dnbeta.d from dnbeta.c making pnbeta.d from pnbeta.c making pnf.d from pnf.c making pnt.d from pnt.c making ptukey.d from ptukey.c making qtukey.d from qtukey.c making wilcox.d from wilcox.c making signrank.d fr...
2018 Feb 09
1
R Compilation gets stuck on Windows 64
Please note that building R on Windows is documented in "R Installation and Administration", including links to external software. Particularly there is a link to texinfo which is part of Rtools. The documentation is maintained and it is a sufficient source of information for building R on Windows. https://cran.r-project.org/doc/manuals/r-release/R-admin.html
2000 Oct 31
1
conflicting types for `Rf_stirlerr
...qpois.c making rpois.d from rpois.c making dweibull.d from dweibull.c making pweibull.d from pweibull.c making qweibull.d from qweibull.c making rweibull.d from rweibull.c making dlogis.d from dlogis.c making plogis.d from plogis.c making qlogis.d from qlogis.c making rlogis.d from rlogis.c making dnchisq.d from dnchisq.c making pnchisq.d from pnchisq.c making qnchisq.d from qnchisq.c making dnbeta.d from dnbeta.c making pnbeta.d from pnbeta.c making pnf.d from pnf.c making pnt.d from pnt.c making ptukey.d from ptukey.c making qtukey.d from qtukey.c making wilcox.d from wilcox.c making signrank.d fr...
1998 Sep 11
1
R-beta: cannot make R
...-c dweibull.c gcc -g -O2 -I../include -c pweibull.c gcc -g -O2 -I../include -c qweibull.c gcc -g -O2 -I../include -c rweibull.c gcc -g -O2 -I../include -c dlogis.c gcc -g -O2 -I../include -c plogis.c gcc -g -O2 -I../include -c qlogis.c gcc -g -O2 -I../include -c rlogis.c gcc -g -O2 -I../include -c dnchisq.c gcc -g -O2 -I../include -c pnchisq.c gcc -g -O2 -I../include -c qnchisq.c gcc -g -O2 -I../include -c dnbeta.c gcc -g -O2 -I../include -c pnbeta.c gcc -g -O2 -I../include -c pnf.c gcc -g -O2 -I../include -c pnt.c gcc -g -O2 -I../include -c ptukey.c gcc -g -O2 -I../include -c qtukey.c gcc -g -O2 -I...
2012 Aug 11
2
compile fails with x86_64-alpine-linux-uclibc-gcc
...qpois.c making rpois.d from rpois.c making dweibull.d from dweibull.c making pweibull.d from pweibull.c making qweibull.d from qweibull.c making rweibull.d from rweibull.c making dlogis.d from dlogis.c making plogis.d from plogis.c making qlogis.d from qlogis.c making rlogis.d from rlogis.c making dnchisq.d from dnchisq.c making pnchisq.d from pnchisq.c making qnchisq.d from qnchisq.c making dnbeta.d from dnbeta.c making pnbeta.d from pnbeta.c making qnbeta.d from qnbeta.c making pnf.d from pnf.c making pnt.d from pnt.c making qnf.d from qnf.c making qnt.d from qnt.c making ptukey.d from ptukey.c ma...
1999 May 03
0
compilation of R-0.63.3 on alpha (PR#183)
.../include -I../../src/include -c plogis.c -= o = plogis.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c qlogis.c -= o = qlogis.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c rlogis.c -= o = rlogis.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c dnchisq.c = -o = dnchisq.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c pnchisq.c = -o = pnchisq.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c qnchisq.c = -o = qnchisq.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c dnbeta.c -= o = dnbeta.o gcc -iee...
2008 Dec 22
1
Error compiling R.2.8.1 with gcc 4.4 on Mac OS 10.5.6
...qpois.c making rpois.d from rpois.c making dweibull.d from dweibull.c making qweibull.d from qweibull.c making pweibull.d from pweibull.c making rweibull.d from rweibull.c making dlogis.d from dlogis.c making plogis.d from plogis.c making qlogis.d from qlogis.c making rlogis.d from rlogis.c making dnchisq.d from dnchisq.c making pnchisq.d from pnchisq.c making qnchisq.d from qnchisq.c making dnbeta.d from dnbeta.c making pnbeta.d from pnbeta.c making qnbeta.d from qnbeta.c making pnf.d from pnf.c making pnt.d from pnt.c making qnf.d from qnf.c making qnt.d from qnt.c making ptukey.d from ptukey.c ma...