In the following sections are examples showing use of the programs. The user is respectfully invited to try out the examples or to use any others. The only thing to remember is: follow the grammatical rules of JavaScript. (This is because the “eval” method of JavaScript is used in picking up the data from the text area.) In particular, remember that starting an integer with a zero will force the use of base 8.
Here are six fictitious independent p values: .06, .07, .08, .11, .47, and .51 . Not one of them is 5% or less, so not one of the six experiments could get published in a learned journal. We hope that combining the p values will get the resulting p down to 5% or less. To prepare the p values for the program on this page we put them into a tableau:
[ 1.0, [ .06, .07, .08, .11, .47, .51 ] ]
0.025534324485258473
[ .05, [ .04, .04, .03, .03, .02, .01, .01, .01 ] ]
0.5670778879922392
var x=[]; for(var j=0;j<10;j++)x[j]=j; x;
A readable and helpful paper on the file-drawer effect is http://www.scientificexploration.org/jse/articles/pdf/14.1_scargle.pdf.
No idea in the present file belongs to me. I have merely tried to use what I got from these two statisticians. Any mistakes that I may have made are my own, not Fisher’s or Scargle’s. To top. Insert commas. It may be that the user is bringing in data copied from other web pages, or from files, and is pasting the data from the clipboard to the upper text area. In that case the numbers are perhaps separated by blanks or tabulation characters or the like instead of by commas. The “Insert commas” button is meant to change such other separators to commas. The button does not always guess rightly what is expected of it, so the user is respectfully asked to look at the button’s work to make sure everything is as desired. It is a good idea to type the left and right square brackets before clicking the “Insert commas” button. To top. License, revision date, and e-mail address. All of this file is in the public domain. The date of this revision is 30 April 2008. Criticism both constructive and destructive comes to me, Harold Kaplan,
at dot smtw2gh toadmail com