search for: pansari

Displaying 5 results from an estimated 5 matches for "pansari".

Did you mean: ansari
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.integer(m), as.i...
2002 Nov 03
1
Ansari-Bradley test (PR#2252)
Full_Name: Wei Xu Version: 1.5.1 OS: WindowsME Submission 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 >
2000 Mar 29
5
Porting R
...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: undefined reference to `Rf_choose' ansari.o: In function `pansari': ansari.c:110: undefined reference to `Rf_choose' fexact.o: In function `fexact': ... kendall.c:24: undefined reference to `Rf_sign' kendall.o: In function `ckendall': kendall.c:99: undefined reference to `Rf_gammafn' swilk.o: In function `swilk': swilk.c:92: undefined...
2007 Mar 29
1
small bug in ansari.test
...sari.test.R (working copy) @@ -29,7 +29,7 @@ TIES <- (length(r) != length(unique(r))) if(is.null(exact)) - exact <- ((m < 50) && (n < 50)) + exact <- ((m < 50) && (n < 50) && (!TIES)) if(exact && !TIES) { pansari <- function(q, m, n) { Regards Thomas Friedrichsmeier -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : https://stat.ethz.ch/pipermail/r-devel/attachments/20070329/16ab7353...
2002 Oct 18
4
Building R on Mac OS X-"dumping methods" problem
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I am trying to create a darwinports package for R, but I cannot get R to compile on Mac OSX 10.2. I have install g77 which seems fine. R compiles without problems until it reaches dumping R code in package 'methods' Error in .Call("R_initialize_methods_metadata", table, PACKAGE = "methods") : .Call function