Displaying 1 result from an estimated 1 matches for "dat600".
Did you mean:
da1600
2010 Jul 29
2
Multiple binomial tests on a large table
I need to run binomial tests (binom.test) on a large set of data, stored
in a table - 600 tests in total.
The values of x are stored in a column, as are the values of n. The
data for each test are on a separate row.
For example:
X N
11 19
9 26
13 21
13 27
18 30
It is a two-tailed test, and P in all cases is 0.5.
My question is: Is there a quicker way of running these tests without
having to