Description Usage Arguments Value Examples
Method of moments estimators for the normally distributed DFE
1  | mom_ma_normal(obs, Ve, Ut = NULL)
 | 
obs | 
 observed fitness values  | 
Ve | 
 estimate of btween-line (experimental) variance  | 
a Mean mutational effect size
Va Variance of d.f.e
Ut expected number of mutaitons over the experiment
1 2 3  | set.seed(123)
w <- rma_normal(n=20, a=0.1, Va=0.01, Ve=0.01,Ut=1)
mom_ma_normal(w, 0.01)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.