Description Usage Format Source Examples
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.
1  | 
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
1 2 3 4 5 6 7  | 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")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.