| print.summary.TestList | R Documentation |
Print a TestList summary
## S3 method for class 'summary.TestList' print(x, ...)
x |
list from summary() |
... |
Additional parameters |
prints summary
data(RS.data)
rs = RS.data
newcode <- create.code("Data", expressions = c("number","data"), excerpts = rs$text)
newcode <- handcode(newcode, this.set = 10:15, results = 0)
newcode = test(code = newcode, kappa_threshold = 0.65)
summary(newcode$statistics)