Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Fisher's Exact Test

by BioLion (Curate)
on Jul 15, 2009 at 10:53 UTC ( [id://780250]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Text::NSP::Measures::2D::Fisher2::twotailed;
    
      my $npp = 60; my $n1p = 20; my $np1 = 20;  my $n11 = 10;
    ...
      {
        print getStatisticName."value for bigram is ".$twotailed_value;
      }
    
  2. or download this
    #! usr/bin/perl
    use warnings;
    use strict;
    ...
    Right  : p-value = 0.7893588188856397
    2-Tail : p-value = 0.6809628247605259
    ------------------------------------------
    
  3. or download this
     TEST:
      ## simplified test equation
      my $test = $a*$d - $b*$c;
    ...
        ($a, $b, $c, $d, ) = ($b, $a, $d, $c,);
        goto TEST;
      }
    
  4. or download this
    perl Desktop/perl/lib/Statistics/FET_test_complete.pl
    1..40
    # Running under perl version 5.010000 for linux
    ...
    ok 38
    ok 39
    ok 40
    
  5. or download this
    =head1 NAME
    
    Statistics::FET - Fisher's Exact Test statistic (2x2 case)
    ...
    1;
    
    __END__
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://780250]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-04-26 08:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found