Displaying 20 results from an estimated 51 matches for "ansari".
2007 Mar 29
1
ansari.test.default: bug in call to uniroot?
A recent message on ansari.test() prompted me to play with the examples. This
doesn't work for me in R version 2.4.1
R> ansari.test(rnorm(100), rnorm(100, 0, 2), conf.int = TRUE)
Error in uniroot(ab, srange, tol = 1e-04, zq = qnorm(alpha/2, lower = FALSE)) :
object "ab" not found
It looks like there'...
2000 Mar 29
5
Porting R
...of shared
libraries. It seems I am missing something to link. Before I spend my time
hunting it down, maybe someone has an immediate idea.
gs.
==
my output:
make[4]: Entering directory `//local.src/R-1.0.0/src/library/ctest/src'
gcc -shared -Xlsharedlibrary -Xlexpall -o ctest.so alnorm.o ansari.o
fexact.o kendall.o
ks.o prho.o swilk.o -L/usr/lib/gcc-lib/powerpc-apple-machten4/2.8.1 -lg2c -lm
ansari.o: In function `errmsg':
ansari.c:13: undefined reference to `Rf_error'
ansari.o: In function `w_init':
ansari.c:21: undefined reference to `R_chk_calloc'
...
ansari.c:84: und...
2007 Mar 29
1
small bug in ansari.test
The help page for ansari.test() says (emphasis added):
By default (if exact is not specified), an exact p-value is computed if both
samples contain less than 50 finite values **and there are no ties**.
Otherwise, a normal approximation is used.
However, this does not appear to be the case in R 2.4.1 or R 2.5.0. In fa...
2006 Mar 30
1
ansari.test one-tailed (PR#8730)
Full_Name: Gael Millot
Version: 2.2.0.
OS: XP
Submission from: (NULL) (195.220.102.20)
Hello.
I sent an Email in r-help without answer for the moment.
I am wondering if it could have a mistake
in the code of the ansari.test function. For me, it seems that the function
do not recover the p value at the correct side of the normal law N(0, 1) when it
use
the normal approximation (presence of ties) in a one tailed test.
Here is what is written in ansari.test :
p <- pnorm(normalize(STATISTIC, r, TIES))
PVA...
2010 Feb 25
2
How to use a 'hidden' function directly?
I would like to be able to use two functions; qansari and pansari
which are found in the
function ansari.test. How can I evaluate these functions
independently? Thanks. --Dale
For example, when I load the function ...
qansari <- function(p, m, n) {
.C(R_qansari, as.integer(length(p)), q = as.double(p),
as.inte...
2002 Nov 03
1
Ansari-Bradley test (PR#2252)
...on from: (NULL) (63.215.238.92)
The P-value for a two.sided test is not consistent with the confidence
interval.
For example, P-value=0.1372, but the 95% CI doesn't include the H0 value(1).
> x
[1] 0.80 0.83 1.89 1.04 1.45 1.38 1.91 1.64 0.73 1.46
> y
[1] 1.15 0.88 0.90 0.74 1.21
> ansari.test(x,y,alternative="two.sided",conf.int=TRUE,conf.level=0.95)
Ansari-Bradley test
data: x and y
AB = 36, p-value = 0.1372
alternative hypothesis: true ratio of scales is not equal to 1
95 percent confidence interval:
1.081081 2.581081
sample estimates:
ratio of scales...
2007 Aug 21
0
Ansari vs wilcoxon vs ks test
...res
the same characteristics with regards to the GC content with the entire
population or if selecting for "parameter one" has messed with "parameter
two".
What I thought was to compare the distributions of this second attribute of
the two populations.
I believe that the ansari-bradley, wilcoxon and Kolmogorov-Smirnov tests
perform such tests but -after searching- I am not sure which is more
appropriate (if any).
I realize that ansari-bradley and ks are more sensitive to the actual shape
of the curve while wilcoxon focuses on testing for a shift of the median. I
can not...
2006 Mar 28
0
ansari.test (one tailed)
Hello.
I am probably wrong... I am wondering if it could have a mistake
in the code of the ansari.test function. For me, it seems that the function
do not recover the p value at the correct side of the normal law N(0, 1) when it
use
the normal approximation (presence of ties) in a one tailed test.
Exemple :
quanti<-c(197, 205, 228, 234, 237, 195, 233, 226, 244, 227, 259, 185, 198, 253,
207,...
2003 Sep 26
1
installation : make fails (R-1.7.1 on RedHat 8.0)
...ng error which
occurs during the make procedure :
/!\-------------------------------------------/!\
building package 'ctest'
mkdir -p -- ../../../library/ctest/R
mkdir -p -- ../../../library/ctest/man
make[4]: Entre dans le r?pertoire `/usr/local/R-1.7.1/src/library/ctest/src'
making ansari.d from ansari.c
gcc: /usr/include/mysql: fichier d'entr?e d'?dition de liens n'est pas
utilis? parce l'?dition de lien n'a pas ?t? faite
making chisqsim.d from chisqsim.c
gcc: /usr/include/mysql: fichier d'entr?e d'?dition de liens n'est pas
utilis? parce l'?di...
2003 Aug 19
2
R-1.7.1 gets installed without default packages & without readline
...a few problems.
R gets installed without default packages (but base and ctest) : make
script fails at the end of the procedure (configure is made
successfully). This is the (translated) log I have :
/gcc -I../../../../include /usr/include/mysql -D__NO_MATH_INLINES
-mieee-fp -fPIC -g -O2 -c ansari.c -o ansari.o
gcc: cannot specify -o with -c or -S and multiple compilations
make[5]: *** [ansari.o] Error 1
make[5]: Leaving directory `/usr/local/R-1.7.1/src/library/ctest/src'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/usr/local/R-1.7.1/src/library/ctest/src'
make[3]: *** [a...
2000 Sep 13
0
Compiling R on HP-UX: "DP relative code"
...95.2 19991024 (release)).
Making R runs to the point, where shared libs are linked. There it reports:
make[4]: Entering directory `/disk4/hoffmann/Work/rwork/src/library/ctest/src'
gcc -I../../../../include -I/usr/local/include -fPIC -g -O2 -c
../../../../../R-1.1.1/src/library/ctest/src/ansari.c -o ansari.o
gcc -I../../../../include -I/usr/local/include -fPIC -g -O2 -c
../../../../../R-1.1.1/src/library/ctest/src/fexact.c -o fexact.o
gcc -I../../../../include -I/usr/local/include -fPIC -g -O2 -c
../../../../../R-1.1.1/src/library/ctest/src/kendall.c -o kendall.o
gcc -I../../../...
2012 Feb 01
2
[xcp] problem in running xcp-networkd in ubuntu 11.10
Hi
I install the xcp from the http://wiki.xen.org/wiki/XAPI_on_Ubuntu.
But I got this error while configuring xcp-xapi:
xcp-networkd (1.3.2-1ubuntu1~oneiric1) wird eingerichtet ...
Starting the XCP networking daemon: .............................. * failed to start xcp-networkd.
invoke-rc.d: initscript xcp-networkd, action "start" failed.
when I comment the
2002 Sep 20
1
Install with 64-bit GCC 3.2 (PR#2048)
...-m64" CXX=g++3 CXXFLAGS="-m64" F77=g773 FFLAGS="-m64"
LDFLAGS="-m64 -L/usr/local/packages/gcc-3.2/lib/sparcv9" ./configure
--prefix=/usr/local/packages/R-1.5.1-64bit
runs OK, however one of the tests (I assume it is a test anyway) fails thus
gcc3 -G -o ctest.so ansari.o chisqsim.o d2x2xk.o fexact.o kendall.o ks.o prho.o swilk.o init.o -L/usr/lib/sparcv9 -L/usr/local/packages/gcc-3.2/lib/sparcv9 -L/usr/local/packages/gcc-3.2/lib/gcc-lib/sparc-sun-solaris2.8/3.2/sparcv9 -L/usr/local/packages/gcc-3.2/lib/gcc-lib/sparc-sun-solaris2.8/3.2 -L/usr/ccs/bin/sparcv9 -L/...
1999 Dec 18
0
compiling on alpha/linux
.../tmp/ccPjZNwd.s:4516: Error: unknown opcode `sqrttsu' make[3]: ***
> > [cpoly.o] Error 1
> >
> > Installing package `ctest' ...
> > libs
> > g77 -mieee -fPIC -O2 -c alnorm.f -o alnorm.o
> > gcc -I/usr/lib/R/include -DHAVE_CONFIG_H -mieee -fPIC -O2 -c ansari.c -o
> > ansari.o
> > gcc -I/usr/lib/R/include -DHAVE_CONFIG_H -mieee -fPIC -O2 -c
> > fexact.c -o fexact.o
> > gcc -I/usr/lib/R/include -DHAVE_CONFIG_H -mieee -fPIC
> > -O2 -c kendall.c -o kendall.o
> > /tmp/ccYUoygd.s: Assembler messages:
> > /tmp/ccYU...
2009 Dec 08
1
A qustion about samba
...n .
My questions are :
can we completely handle our plan with Samba server ? , for
replication and trust what we should do ? we should use openLDAP for
our plan ? what is your suggestion for what we are going to do ? witch
distribution of LINUX is appropriate for our plan ?
Best regards .
--
M.S.Ansari
2000 Mar 20
1
Need Help Getting through Make on HP-UX 10.20
....X11' is up to date.
building package `base'
../../../library/base/R/base is unchanged
building package `ctest'
../../../library/ctest/R/ctest is unchanged
f90 -c alnorm.f -o alnorm.o
alnorm.f
external function ALNORM
53 Lines Compiled
ld -b -o ctest.sl alnorm.o ansari.o fexact.o kendall.o ks.o prho.o swilk.o /opt/fortran90/lib/libF90.a -lcl /opt/fortran90/lib/libisamstub.a
ld: DP relative code in file alnorm.o - shared library must be position
independent. Use +z or +Z to recompile.
*** Error exit code 1
Thanks,
Marcus...
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-....
2006 Jul 19
3
error when compiling "stats" library in R-2.3.1 on Solaris x86
...PIC -O -I/mounts/devel/SUNWspro/prod/include -c stl.f -o stl.o
f95 -PIC -O -I/mounts/devel/SUNWspro/prod/include -c portsrc.f -o portsrc.o
cc -xtarget=generic64 -G -L/mounts/devel/SUNWspro/lib/amd64 -L/usr/sfw/lib/amd64 -L/mounts/devel/GNU/repoz/readline43/lib/amd64 -o stats.so init.o kmeans.o ansari.o bandwidths.o chisqsim.o d2x2xk.o fexact.o kendall.o ks.o line.o smooth.o prho.o swilk.o ksmooth.o loessc.o isoreg.o Srunmed.o Trunmed.o dblcen.o distance.o hclust-utils.o nls.o HoltWinters.o PPsum.o arima.o burg.o filter.o mAR.o pacf.o starma.o port.o family.o bsplvd.o bvalue.o bvalus.o lo...
1999 Dec 07
1
problem compiling: alpha/linux: sqrttsu
...an alpha rpm from cran installs OK, but won't let me
compile libraries. Here's an example with ctest:
> R INSTALL ctest_0.9-19.tar.gz
Installing package `ctest' ...
libs
g77 -mieee -fPIC -O2 -c alnorm.f -o alnorm.o
gcc -I/usr/lib/R/include -DHAVE_CONFIG_H -mieee -fPIC -O2 -c ansari.c -o
ansari.o
gcc -I/usr/lib/R/include -DHAVE_CONFIG_H -mieee -fPIC -O2 -c
fexact.c -o fexact.o
gcc -I/usr/lib/R/include -DHAVE_CONFIG_H -mieee -fPIC
-O2 -c kendall.c -o kendall.o
/tmp/ccYUoygd.s: Assembler messages:
/tmp/ccYUoygd.s:123: Error: unknown opcode `sqrttsu'
/tmp/ccYUoygd.s:132:...
2005 Sep 19
4
IAX dialplan problem?
Hello, I'm a newbie to the asterisk system.
I'm trying to configure a dialplan so that when I use my IAXy it will prompt
me with an IVR and then send me off to different things like dial and
voicemail from that.
I've tried various combinations but I can't seem to get it to work properly.
Here is an example:
[default]
exten => s,1,Answer
exten => s,2,Ringing
It gives me
2007 Mar 07
1
compiling latest version of R
...the
errors shown below (the computer specifications and version of R are below
that). Does anybody have tips for compiling the latest version of R so that I
can avoid these errors?
configure
make
...
...
...
f90: CODE: 0 WORDS, DATA: 0 WORDS
gcc -G -L/usr/local/lib -o stats.so init.o kmeans.o ansari.o bandwidths.o
chisq
sim.o d2x2xk.o fexact.o kendall.o ks.o line.o smooth.o prho.o swilk.o
ksmooth
.o loessc.o isoreg.o Srunmed.o Trunmed.o dblcen.o distance.o
hclust-utils.o nl
s.o HoltWinters.o PPsum.o arima.o burg.o filter.o mAR.o pacf.o starma.o
port.o
family.o sbart.o bsplvd.o bvalue.o...