print.summary.TestList {ncodeR} | R Documentation |
Print a TestList summary
Description
Print a TestList summary
Usage
## S3 method for class 'summary.TestList'
print(x, ...)
Arguments
x |
list from summary() |
... |
Additional parameters |
Value
prints summary
Examples
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)
[Package ncodeR version 0.2.0.1 Index]