similar to: help on fisher.test(stats)?

Displaying 20 results from an estimated 110 matches similar to: "help on fisher.test(stats)?"

2002 Jan 03
0
Ïã¸ÛÏé´ïóÒ×¼¯ÍÅ---¸Ö²Ä½ø³ö¿ÚóÒ×
???????????????????? ?????????????????????????????? ???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? ???????????????? ???????? ?????? 1?????????????? ??????icr18ni9/icr19ni9/icr18ni12/icr23ni13/icr18ni19/icr15
2013 Dec 06
1
Paging in waves.
I've been working on writing a subroutine to page groups of phones at once and I'm having some difficulty. My goal is to have a user call an extension, I record the page they wish to play, I then page out that recorded file to the phones in groups. [sub-masspage] exten => s,1,NoOP same => n,Answer same => n,Set(filename=$PAGE) same => n,Wait(1) same =>
2005 Sep 03
2
Problem with swig?
Take a look at the generated code from ListBox.cpp: static VALUE _wrap_new_wxListBox__SWIG_0(int argc, VALUE *argv, VALUE self) { VALUE arg1 ; wxWindow *arg2 = (wxWindow *) 0 ; wxWindowID arg3 ; wxPoint *arg4 = 0 ; wxSize *arg5 = 0 ; int arg6 ; wxString *arg7 ; long arg8 ; wxValidator *arg9 = 0 ; wxString *arg10 = 0 ; wxListBox *result; wxString
2007 Jan 31
0
A GSE data in the web of ncbi, GSE3524 cannot be open correctly
Hi, all I met a problem to query GSE3524, which cannot be open on my computer. I hope some of you would be kind to give me some advice. Thanks! The code is as follow: ################## library(GEOquery) gsename="GSE3524" gse=getGEO(gsename) ################## The error information follows as
2010 Oct 20
4
Email from Dialplan
Hi, I'm sure this topic has been discussed before but i'm having trouble finding a simple answer. Whats the easiest way of sending an email from Asterisk? I want to set up a warning so that after a Dial cmd, if the DIALSTATUS is CHANUNAVAIL, Asterisk sends an email to the admin to check the voip phone is connected properly. I've got the dial plan set up, I just dont know what
2005 Apr 17
3
RFC: hexadecimal constants and decimal points
These are some points stimulated by reading about C history (and related in their implementation). 1) On some platforms > as.integer("0xA") [1] 10 but not all (not on Solaris nor Windows). We do not define what is allowed, and rely on the OS's implementation of strtod (yes, not strtol). It seems that glibc does allow hex: C99 mandates it but C89 seems not to allow it. I
2010 Jun 17
1
Fisher Price Computer School
I purchased a Fisher Price Computer School program. It's a kid friendly USB keyboard (can be viewed here http://www.fisher-price.com/fp.aspx?st=10&e=ccslanding) I'm running Ubuntu 10.4 Lucid which also has the latest version of Wine. After installing I get this error Exception EExternalException in module ntdll.dll at 0002E3F8. External exception C0000025 Any ideas on this error. It
2002 Jun 13
0
possum sleeping: thanks and fisher.test() FEXACT error
Dear helplist Many many thanks to everyone who helped me. The trick was to use tabulate() or, better, tab <- rep(0,50) names(tab) <- 1:50 tab[names(table(sleeps))] <- table(c) My original dataset was a list of 50 trees and a length 12 vector recording which tree a certain possum slept in on 12 nights. As Professor Ripley points out, a Monte-Carlo simulation is easy to set up, and it
2008 Apr 28
0
problem in fisher.test
I just a ran a fisher.test on a 9x5 table and received the following message Error in fisher.test(apaslg.t) : FEXACT error 30. Stack length exceeded in f3xact. This problem should not occur. I agree. The problem should not occur. I did some searching but only found other reports of the problem. Does anyone know of a fix? Jeff Internal Virus Database is out-of-date.
2007 Aug 13
0
Problem with fisher.g.test
I am trying to analyse a mouse dataset with 45000 genes and 24 or 48 timpoints to find cycling genes using GeneCycle. However the function fisher.g.test never runs. I am pasting the input/output summary below. I would be grateful if someone could provide any insight. I 've run GeneCycle successfully in the past on similar data, but I had to reinstall R and the packages again, so this version
2009 Mar 21
1
Fisher test accuracy in doubt
Hi, I noted a discrepancy between R and openepi when I ran a fisher test with the same matrix. In R: > a=matrix(c(1,2,6,17), nrow=2) > a [,1] [,2] [1,] 1 6 [2,] 2 17 > fisher.test(a, conf.int=T) Fisher's Exact Test for Count Data data: a p-value = 1 alternative hypothesis: true odds ratio is not equal to 1 95 percent confidence interval: 0.02061498
2012 Sep 18
1
Expected Shortfall using cornish fisher expansion
Helloo, i have measure VaR with time dependen volatility (GARCH) and now want to measure expected shortfall (ES) using cornish fisher expansion (cause non-normal distribution), but i have limitedness about using R. Could you help me, how measure that ES with cornish fisher expansion using R.... i really need your help. thank you for the attention. Regards Eko [[alternative HTML version
2008 Jul 08
1
fisher.test
Hi! I am Marta Colombo, student in Mathematical Engineering at "Politecnico di Milano". For my master degree thesis I have to analyze some categorical data. My dataset is composed by 327 individuals and 16 variables. I am using Fisher exact test to test independence on IxJ contingency tables, but I have a problem with one variable. R gives me this error message: FEXACT error 7.
2010 May 31
1
Vegan fisher.alpha error
Hi, I have an error with fisher.alpha from the vegan package. > fisher.alpha(data[[1]]) Error in nlm(Dev.logseries, n.r = n.r, p = p, N = N, hessian = TRUE, ...) : missing value in parameter I am trying to find fisher alpha for a list of 100 data frames, and I tried it on individual data frames in the list, which gave me the error above. I have every data frame in the same format as the
2007 May 29
1
Estimate Fisher Information by Hessian from OPTIM
Dear All, I am trying to find MLE by using "OPTIM" function. Difficult in differentiating some parameter in my objective function, I would like to use the returned hessian matrix to yield an estimate of Fisher's Information matrix. My question: Since the hessian is calculated by numerical differentiate, is it a reliable estimate? Otherwise I would have to do a lot of work to
2000 Feb 24
1
fisher.test() in ctest or perhaps uniroot() (PR#455)
fisher.test(matrix(c(1,20,246,6873),2),hybrid=F) Error in if (f(lower, ...) * f(upper, ...) >= 0) stop("f() values at end points not of opposite sign") : missing value where logical needed Thomas Lumley Assistant Professor, Biostatistics University of Washington, Seattle -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list --
2000 Aug 25
0
crash using fisher.test on Windows; was [R] unexpected crash of R under (PR#644)
Prof Brian D Ripley wrote: > > On Thu, 24 Aug 2000, Emmanuel Paradis wrote: > > > Dear All, > > > > We encountered an unexpected crash with R under Windows when running > > fisher.test(). We had this problem only under this OS and only with the > > following data: > > > > > T > > [,1] [,2] > > [1,] 2 1 > > [2,]
2003 Jun 13
0
F -Fisher-Snedecor
I have seen in nmath directory that (dpqr)f is about F distribution. The result obtained from these functions give the same result than The F Fisher-Snedecor in cephes lib (from http://www.moshier.net/). IIs it the same F (I think) and what's the difference between the two F. Cheers, Greg -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s
2003 Oct 20
1
bug in fisher test---p-value cannot be Inf (PR#4688)
I just found a bug in fisher.test(). This is rw1080, on windows XP. A p-value can certainly not be Inf, but: > religion Costumbres rel orig Religion Si Algunas veces Nunca católica 2121 4700 6234 prot/evan 100 216 2461 otra C 27 67 502 otra 0 0 14 > fisher.test(religion, workspace=2000000)
2004 Jul 07
1
negative p-value from fisher.test() (PR#7064)
Full_Name: Anja von Heydebreck Version: 1.9.1 OS: Linux Submission from: (NULL) (155.250.128.25) I obtained a negative p-value from the fisher.test() function: > fisher.test(matrix(c(14576,3023,89,68),2), alternative="g")$p.value [1] -8.426593e-13 With R 1.8.1, I got a p-value of -6.239231e-12 for this example. Anja von Heydebreck