search for: signrank

Displaying 20 results from an estimated 27 matches for "signrank".

2007 Dec 14
1
Improvement of SignRank functions
I took some time and liberty and tried to improve existing implementation of SignRank functions in R. (dsignrank, ...) As I have seen they've been based on csignrank. So I modified csignrank and, I believe, improved calculation time and memory efficiency. The idea is basically the same. I use the same recursion as original author used with one slight modification. I am generat...
2010 Aug 09
1
Difference Between R: wilcox.test and STATA: signrank
...ed-rank test on two variables. See data below: https://spreadsheets.google.com/pub?key=0ApodAA2GAEP_dDZkdzZHSFBqX1JHOWJBX1dMQUZCVkE&hl=en&output=html<%20%20https://spreadsheets.google.com/pub?key=0ApodAA2GAEP_dDZkdzZHSFBqX1JHOWJBX1dMQUZCVkE&hl=en&output=html> STATA Output: . signrank x=y Wilcoxon signed-rank test sign | obs sum ranks expected -------------+--------------------------------- positive | 41 3101 2330.5 negative | 18 1560 2330.5 zero | 49 1225 1225 -------------+-----------------...
2006 Jul 04
1
problem getting R 2.3.1 svn r38481 to pass make check-all
...hyper",m = 6,n = 3,k = 2) hyper(m = 6, n = 3, k = 2) PASSED [1] TRUE > dkwtest("hyper",m = 5,n = 3,k = 2) hyper(m = 5, n = 3, k = 2) PASSED [1] TRUE > dkwtest("hyper",m = 4,n = 3,k = 2) hyper(m = 4, n = 3, k = 2) PASSED [1] TRUE > > > dkwtest("signrank",n = 1) signrank(n = 1) PASSED [1] TRUE > dkwtest("signrank",n = 2) signrank(n = 2) PASSED [1] TRUE > dkwtest("signrank",n = 10) signrank(n = 10) PASSED [1] TRUE > dkwtest("signrank",n = 30) signrank(n = 30) PASSED [1] TRUE > > dkwtest("wilc...
2006 Jan 29
0
Bug in wilcox.test
There is a fairly new bug in wilcox.test in R-2.2.1 (stable). It wasn't there when I last taught nonparametrics in fall 2003. Line 86 of wilcox.test.R achieved.alpha<-2*psignrank(trunc(qu),n) It should be achieved.alpha<-2*psignrank(trunc(qu)-1,n) If you don't see why, decode the cookbook instructions p. 56 in Hollander and Wolfe (2nd ed.) or see http://www.stat.umn.edu/geyer/5601/examp/signrank.html#conf or just do a sanity check: does this to the right...
2009 Mar 17
3
R does not compile any more on FreeBSD 8.0-CURRENT
...----------------------------------------------- [...snip...] gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -c wilcox.c -o wilcox.o gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -c signrank.c -o signrank.o rm -rf libnmath.a ar cr libnmath.a mlutils.o d1mach.o i1mach.o fmax2.o fmin2.o fprec.o fround.o ftrunc.o sign.o fsign.o imax2.o imin2.o chebyshev.o log1p.o expm1.o lgammacor.o gammalims.o stirlerr.o bd0.o gamma.o lgamma.o gamma_cody.o beta.o lbeta.o polygamma.o bessel_i.o bessel_...
2005 May 04
4
rank of a matrix
...0 0 1 0 then rank(A)=2 what is this function? thanks I did try help.search("rank"), but all the returned help information seem irrelevant to what I want. I would like to know how people search for help information like this. rank(base) Sample Ranks SignRank(stats) Distribution of the Wilcoxon Signed Rank Statistic Wilcoxon(stats) Distribution of the Wilcoxon Rank Sum Statistic friedman.test(stats) Friedman Rank Sum Test kruskal.test(stats) Kruskal-Wallis Rank Sum Test pairwise.wilc...
2024 Feb 12
0
Errors in wilcox family functions
...o just fix these cases, but I haven?t dug super deep into the codebase yet, so I?m not completely sure how difficult that would be. Details and examples: - https://aakinshin.net/posts/r-hodges-lehmann-problems/ - Discussion in DescTools (https://github.com/AndriSignorell/DescTools/issues/97) 3. `*signrank` functions hang for large values of `n`. The exact value varies, but tends to be around `n>=1000`. `wilcox.test` supports an `exact` argument?should an inexact approximation be implemented for *signrank functions with `n>=1000`? An Edgeworth approximation could be similarly leveraged here to...
2007 May 23
2
Possible ld.exe problem when building
...bmain.a(character.o):character.c:(.text+0x1dcf): undefined reference to `mbrtowc' ../main/libmain.a(character.o):character.c:(.text+0x528e): undefined reference to `wctrans' ../main/libmain.a(character.o):character.c:(.text+0x533f): undefined reference to `towctrans' ../nmath/libnmath.a(signrank.o):signrank.c:(.text+0xa3a): undefined reference to `expm1' ../nmath/libnmath.a(wilcox.o):wilcox.c:(.text+0xc0d): undefined reference to `expm1' ../nmath/libnmath.a(pgamma.o):pgamma.c:(.text+0x909): undefined reference to `expm1' ../nmath/libnmath.a(pgamma.o):pgamma.c:(.text+0xdc6): und...
2001 Oct 26
0
psignrank and pwilcox null pointer deref (PR#1149)
Full_Name: Charles J. Geyer Version: 1.3.1 OS: SuSE 7.2 Submission from: (NULL) (134.84.86.22) in line 90 of signrank.c and lines 114 and 273 of wilcox.c calloc is used and the return is not checked to see if it is null (violating numbers 2 and 6 of the ten commandments for C programmers). The following code thus makes R segfault (for suitably large values of 1000) for (n in seq(100, 1000, 100)) { mu <- n...
2007 Oct 27
2
Cell or PS3 Port
Hello, I am interested in optimizing some of R's vector math functions to utilize the SPE units of the Cell processor (commonly found in the Playstation 3) and I am wondering if anyone has already done any work in that area. I can't find anything using the search page or Google. (Admittedly it is difficult to search for information on a one-letter-named programming language whose
1999 Jun 09
4
packages with FORTRAN code
Recent sensible changes to the dynload mechanism have made an old problem resurface: how should we deal with packages which contain Fortran code and may need to be linked against additional libraries such as -lf2c? The current consensus is that extra Fortran libraries maybe needed are handled via the make variable FLIBS, and that `-lf2c' or `-lg2c' are added by default if g77 is used.
1998 Nov 13
0
R-0.63 is released
...Standards. In particular, `make install', `make uninstall' and `make install-strip' now work. Also, it is now possible to build R in a non-source directory. o which() preserves names and has a new `arr.ind' argument allowing for array indices. o New functions {d,p,q,r}signrank for the Wilcoxon signed rank distribution, and {d,p,q,r}wilcox for the Wilcoxon (rank sum) distribution. o Command line options GNUified a bit further. New command line option `--verbose' for printing more information about progress. Command line options `--vsize' and `--hsize'...
1998 Nov 13
0
R-0.63 is released
...Standards. In particular, `make install', `make uninstall' and `make install-strip' now work. Also, it is now possible to build R in a non-source directory. o which() preserves names and has a new `arr.ind' argument allowing for array indices. o New functions {d,p,q,r}signrank for the Wilcoxon signed rank distribution, and {d,p,q,r}wilcox for the Wilcoxon (rank sum) distribution. o Command line options GNUified a bit further. New command line option `--verbose' for printing more information about progress. Command line options `--vsize' and `--hsize'...
2002 Jan 22
1
compile problem with bessel_i.c on IRIX64 flexor 6.5 10100655 IP35 (uname -a) (PR#1275)
...aking 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 from signrank.c gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -g -O2 -c mlutils.c -o mlutils.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -g -O2 -c d1mach.c -o d1mach.o gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -g -O2 -c i1m...
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)
....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.so'. Stop.* *make[3]: Leaving directory `/data/mbp15ja/R-3.4.1/R-3.4.1/src/main'* *make[2]: *** [R] Error 2* *...
2001 Jul 25
2
Installation help
...aking 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 from signrank.c gmake[3]: Leaving directory `/home/netlj/Software/R-1.3.0/src/nmath' gmake[3]: Entering directory `/home/netlj/Software/R-1.3.0/src/nmath' cc -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H -g -c mlutils.c -o mlutils.o cc -I. -I../../src/...
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
...aking 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 from signrank.c make[3]: Leaving directory `/home/mfa5/gilp/R-versions/R-devel/src/nmath' make[3]: Entering directory `/home/mfa5/gilp/R-versions/R-devel/src/nmath' gcc -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -c mlutils.c -o mlutils.o gcc...
2012 Aug 11
2
compile fails with x86_64-alpine-linux-uclibc-gcc
...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 making qtukey.d from qtukey.c making toms708.d from toms708.c making wilcox.d from wilcox.c making signrank.d from signrank.c make[3]: Leaving directory `/dev/shm/portage/dev-lang/R-2.15.1/work/R-2.15.1/src/nmath' make[3]: Entering directory `/dev/shm/portage/dev-lang/R-2.15.1/work/R-2.15.1/src/nmath' x86_64-alpine-linux-uclibc-gcc -std=gnu99 -I. -I../../src/include -I../../src/include -DHAVE_CO...
2008 Dec 22
1
Error compiling R.2.8.1 with gcc 4.4 on Mac OS 10.5.6
...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 making qtukey.d from qtukey.c making toms708.d from toms708.c making wilcox.d from wilcox.c making signrank.d from signrank.c gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H -fPIC -g -O2 -c mlutils.c -o mlutils.o gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H -fPIC -g -O2 -c d1mach.c -o d1mach.o gcc -st...