Learn R Programming

ncodeR (version 0.2.0.1)

print.summary.TestList: Print a TestList summary

Description

Print a TestList summary

Usage

# S3 method for summary.TestList
print(x, ...)

Arguments

x

list from summary()

...

Additional parameters

Value

prints summary

Examples

Run this code
# NOT RUN {
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)

# }

Run the code above in your browser using DataLab