obfuscation {clust.bin.pair} | R Documentation |
Data from Gopstein et. al.'s experiment on the misinterpretation of C code. Subjects were asked to hand evaluate pairs of functionally equivalent code. Half of the questions were intentionally obfuscated to elicit confusion.
data(obfuscation)
A data frame with 57 rows and 4 variables:
the ID of the study participant
the type of obfuscation being evaluated
whether the subject answered the un-obfuscated question correctly
whether the subject answered the obfuscated question correctly
data(obfuscation)
oc <- paired.to.contingency(group = obfuscation[,c("subject", "atom")],
t1 = obfuscation$control,
t2 = obfuscation$treatment)
clust.bin.pair(oc$ak, oc$bk, oc$ck, oc$dk, method="durkalski")