Create list of formulas for expected read numbers
MeanFormulas(...)
... | list of named arguments; names represent condition labels, the arguments values are unquoted expressions, which define formulas for estimation of mean read number. |
---|
list with keys corresponding to condition names and values as unevaluated call objects
# NOT RUN { formulas <- MeanFormulas(total=mu, labelled=mu*d, unlabelled=mu*(1-d)) # }