ddpcr (version 1.11)

calc_negative_freq_simple: Calculate negative frequency based on number of drops

Description

Calculate negative frequency based on number of drops

Usage

calc_negative_freq_simple(negative_drops, positive_drops)

Arguments

negative_drops

Number of negative drops.

positive_drops

Number of positive drops.

Value

Fraction of drops that are negative.

See Also

pnpp_experiment

Examples

Run this code
# NOT RUN {
calc_negative_freq_simple(5, 45)
# }

Run the code above in your browser using DataLab