# Single configuration: Felizardo et al. SLR2, Likert >= 4 (paper Table 3)
llm4screenlit_metrics(TP = 128, FP = 68, FN = 20, TN = 232, w = 10)
# Batch computation: all four Felizardo configurations
llm4screenlit_metrics(
TP = c(50, 48, 128, 113),
FP = c(35, 17, 68, 27),
FN = c(14, 16, 20, 35),
TN = c(35, 53, 232, 273),
w = 10)
Run the code above in your browser using DataLab