Create list of formulas for expected read numbers

MeanFormulas(...)

Arguments

...

list of named arguments; names represent condition labels, the arguments values are unquoted expressions, which define formulas for estimation of mean read number.

Value

list with keys corresponding to condition names and values as unevaluated call objects

Examples

# NOT RUN {
formulas <- MeanFormulas(total=mu, labelled=mu*d, unlabelled=mu*(1-d))
# }