Learn R Programming

ncodeR (version 0.1.0)

summary.Test: Obtain a summary of a Code's test results

Description

Obtain a summary of a Code's test results

Usage

# S3 method for Test
summary(object, ...)

Arguments

object

Test object of Code

...

Additional parameters

Value

list of Test 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