if (FALSE) {
# First we need a statcheck object
# Here, we create one by running statcheck on some raw text
txt <- "This test is consistent t(28) = 0.2, p = .84, but this one is
inconsistent: F(2, 28) = 4.2, p = .01. This final test is even a
gross/decision inconsistency: z = 1.23, p = .03"
result <- statcheck(txt)
# Now, we can run identify.statcheck(), or shorter, simply identify():
identify(result)
# Further instructions:
# click on one or multiple points of interest
# press Esc
# a dataframe with information on the selected points will appear
}
Run the code above in your browser using DataLab