Help for this page

Select Code to Download


  1. or download this
     # data characteristics
     # 0.0001 <= $conf < 1.0000
    ...
     elsif ( ($outcome > 3) && ($outcome <= 7) ) { $rv .= "05"; }
     elsif ( ($outcome > 0) && ($outcome <= 3) ) { $rv .= "00"; }
     else { return "ERROR"; }