Description Usage Arguments Details Value Examples
View source: R/d_estimation_fnxs.R
Estimate d using relative distance to boundary (RDB) methods
1 | estimate.d.RDB(geno.matrix, fit.matrix, no.est = -100)
|
geno.matrix |
Genotype matrix generated in
|
fit.matrix |
Fitness matrix generated in
|
no.est |
What to return when no estimate is obtained. Default is -100. Throws warning unless a number of NA is used. |
The method calculates RDB for each genotype and its complement. The
d.hat.RDB.all indicate the genotype pair that produces the estimate.
List:
[[1]] d.hat Is the best RDB estimate. It is the
median of the positive individual RDB values.
[[2]] d.hat.RDB.all RDB estimate based on all individual estimates (not only postie values).
[[3]] d.hat.RDB.ind Vector of individual RDB values (see desalt).
[[4]] d.hat.RDB.other has alternative ways to combine the individual
RDB estimates (i.e. median, mean, all values, postie values only).
d.hat.median.pos is preferred estimator (d.hat above) from
the median of positive individual values.
d.hat.median is median
of all values.
d.hat.mean is mean of all values.
d.hat.mean.pos is mean of positive values.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.