View source: R/germinationcount.test.R
germinationcount.test | R Documentation |
A test based on the exact probability distribution of the germination count range, i.e, the difference between germination count of seed samples.
germinationcount.test(r, nsamples, n, N, K)
r |
an integer representing the germination count difference between seed samples. |
nsamples |
an integer representing the number of seed samples. |
n |
an integer representing the number of seeds per sample. |
N |
an integer representing the size (number of seeds) of the seed lot. |
K |
an integer representing the number of germinating seeds in the seed lot. |
A list of
R.value |
integer; the input R-value ( |
p.value |
numeric; the exact p-value. |
germination.rate |
numeric; the germination rate of the seed lot, calculated as the ration of |
Anderson Rodrigo da Silva <anderson.agro@hotmail.com>
Da Silva, A.R. (2020). On testing for seed sample heterogeneity with the exact probability distribution of the germination count range. Seed Science Research, 30(1): 59–63. doi:10.1017/S0960258520000112
germinationcount.test(r = 6, nsamples = 4, n = 50, N = 2000, K = 1700)
# End (Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.