calc_negative_freq_simple {ddpcr} | R Documentation |
Calculate negative frequency based on number of drops
calc_negative_freq_simple(negative_drops, positive_drops)
negative_drops |
Number of negative drops. |
positive_drops |
Number of positive drops. |
Fraction of drops that are negative.
calc_negative_freq_simple(5, 45)