Learn R Programming

ncodeR (version 0.1.3.0)

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( name = "Data", 
    expressions = c("number","data"), excerpts = rs$text)
#newcode = handcode(code = newcode, excerpts = rs$text, n = 4)
newcode = test(code = newcode, kappaThreshold = 0.65)
summary(newcode$statistics)
# }

Run the code above in your browser using DataLab