P-value correction: Difference between revisions

Content deleted Content added
Eoraptor (talk | contribs)
Eoraptor (talk | contribs)
→‎{{header|Python}}: and yet again
Line 2,575: Line 2,575:
=={{header|Python}}==
=={{header|Python}}==
{{trans|Perl}}
{{trans|Perl}}
''This work is based on R source code covered by the '''GPL''' license. It is thus a modified version, also covered by the GPL. See the [https://www.gnu.org/licenses/gpl-faq.html#GPLRequireSourcePostedPublic FAQ about GNU licenses]''.
<lang python>from __future__ import division
<lang python>from __future__ import division
import sys
import sys