Recall From Confusion Matrix R Calculator

Find recall using true positives and false negatives. Review sensitivity, missed positives, and accuracy indicators. Download results for cleaner model evaluation and reporting today.

Calculator Inputs

Formula Used

Recall is the share of actual positive cases that the model correctly finds. It is also called sensitivity or true positive rate.

R = TP / (TP + FN)

When TP + FN equals zero, recall is not available. There are no actual positive cases to measure.

How to Use This Calculator

  1. Enter the model name or test name.
  2. Enter the positive class label.
  3. Add true positives, false negatives, false positives, and true negatives.
  4. Choose a target recall percentage.
  5. Select a confidence level for the recall interval.
  6. Press the calculate button.
  7. Review the result above the form.
  8. Use the CSV or PDF button to download the report.

Example Data Table

Model TP FN FP TN Recall Formula Recall
Screening A 82 18 11 139 82 / (82 + 18) 82.00%
Screening B 94 6 32 118 94 / (94 + 6) 94.00%
Screening C 71 29 8 142 71 / (71 + 29) 71.00%

Understanding Recall From a Confusion Matrix

Recall measures how many real positive cases your model finds. It is also called sensitivity or true positive rate. A high recall score means fewer positive cases are missed. This matters when missed positives carry risk. Fraud review, disease screening, safety alerts, and quality checks often need strong recall.

Why Recall Matters

A confusion matrix separates predictions into four counts. True positives are correct positive predictions. False negatives are real positives predicted as negative. Recall uses only those two values. It asks a direct question. Of all actual positives, how many were detected by the model?

Using the Calculator

This calculator accepts true positives, false negatives, false positives, and true negatives. The recall result appears as a decimal and as a percentage. Extra metrics provide context. Precision shows how reliable positive predictions are. Specificity shows how well negatives are rejected. Accuracy summarizes all correct predictions. F1 balances recall with precision.

Advanced Review

The tool also estimates a confidence interval for recall. This interval helps when the test sample is small. A recall of 90 percent from ten positives is less stable than the same recall from ten thousand positives. The target recall field shows the gap between current performance and your goal.

Interpreting Results

Recall should not be judged alone. A model can increase recall by predicting more cases as positive. That may create more false positives. Use recall with precision, specificity, and business cost. For critical detection systems, recall can be the main metric. For noisy workflows, balance may be better.

Practical Tips

Check that the positive class is correct before entering values. Swap labels carefully. A wrong positive class changes recall completely. Use fresh validation data when comparing models. Keep the same threshold, sample, and labeling rules across tests. Export the table when you need a clean audit record.

When recall drops, inspect false negatives first. Review common patterns, missing features, and threshold settings. Segment results by class, source, time, or user group. This can reveal hidden weakness. If recall improves after a threshold change, confirm that precision and workload remain acceptable. Good reporting connects the metric to real decisions, not only model scores. This makes future reviews faster and easier too.

FAQs

What is recall in a confusion matrix?

Recall is the percentage of actual positive cases correctly found by a model. It uses true positives and false negatives.

What values are needed to calculate recall?

You need true positives and false negatives. The calculator also accepts false positives and true negatives for extra metrics.

Can false positives change recall?

No. Recall uses only true positives and false negatives. False positives affect precision and specificity, not recall directly.

What if TP plus FN equals zero?

Recall is not available because there are no actual positive cases. The calculator will show that the value is unavailable.

Is recall the same as sensitivity?

Yes. Recall, sensitivity, and true positive rate usually describe the same metric in classification evaluation.

When should I prioritize recall?

Prioritize recall when missing a positive case is costly. Examples include screening, risk alerts, fraud detection, and safety checks.

What does the confidence interval show?

It shows a likely range for recall based on sample size. Larger samples usually give narrower intervals.

Can I export the result?

Yes. Use the CSV button for spreadsheet review. Use the PDF button for a simple downloadable report.

Related Calculators

Paver Sand Bedding Calculator (depth-based)Paver Edge Restraint Length & Cost CalculatorPaver Sealer Quantity & Cost CalculatorExcavation Hauling Loads Calculator (truck loads)Soil Disposal Fee CalculatorSite Leveling Cost CalculatorCompaction Passes Time & Cost CalculatorPlate Compactor Rental Cost CalculatorGravel Volume Calculator (yards/tons)Gravel Weight Calculator (by material type)

Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.