Compute the power given true positives and false negatives.

algoPower(tp, fn)

Arguments

tp

The number of true positive classifications.

fn

The number of false negative classifications.