recTest-class: Output from a record test

Description Usage Arguments Details Value See Also

Description

A simple class that wraps the outpur from a record test like e.g. recTest_Missing and comes with a print/summary method.

Usage

1
2
3
4
5
6
7
recTest(Index, Desc)

## S3 method for class 'recTest'
print(x, ...)

## S3 method for class 'recTest'
summary(x, ...)

Arguments

Index

logical vector of test results

Desc

character expression describing the test

x

an object of class recTest

Details

Internally, this is a list with two entries: a logical matrix named Index with as many rows as records and as many columsn as tests, and a character vector Desc with one entry per test. The constructor recTest takes just one test result, but multiple tests can be combined using addRecTest.

Value

An object of class recTest (invisibly for the print-method)

See Also

recTest_Missing


alexploner/R.HDSS documentation built on May 12, 2019, 2:32 a.m.