summary.checks {ConjointChecks}R Documentation

Summarize checks produced by ConjointChecks.

Description

Takes output from ConjointChecks and produces a matrix showing the percentage of reported violations at each cell.

Usage

## S3 method for class 'checks'
summary(object, ...)

Arguments

object

Object returned by ConjointChecks of class checks.

...

further arguments passed to or from other methods

Value

No return value, called for side effects

Examples

summary(rasch1000)

[Package ConjointChecks version 0.2.0 Index]