mom_ma_normal: Method of moments estimators for the normally distributed DFE

Description Usage Arguments Value Examples

Description

Method of moments estimators for the normally distributed DFE

Usage

1
mom_ma_normal(obs, Ve, Ut = NULL)

Arguments

obs

observed fitness values

Ve

estimate of btween-line (experimental) variance

Value

a Mean mutational effect size

Va Variance of d.f.e

Ut expected number of mutaitons over the experiment

Examples

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)

dwinter/dfe documentation built on May 15, 2019, 6:21 p.m.