summary.grass_card: Summarize a GRASS Report Card

View source: R/summary.R

summary.grass_cardR Documentation

Summarize a GRASS Report Card

Description

The full detail behind the card: the primary coefficient with its estimate q_hat, the delta_hat diagnostic and its matched-null percentile, the whole panel table, the per-rater latent-class table on a divergent card, and every note the card carries, including the provenance notes the card print leaves out.

Usage

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

## S3 method for class 'summary.grass_card'
print(x, digits = 3, ...)

Arguments

object

A grass_card object from grass_report().

...

Ignored.

x

A summary.grass_card object.

digits

Decimals for printed values. Default 3.

Value

For summary(), a summary.grass_card list; its print method returns it invisibly.


grassr documentation built on Sept. 22, 2026, 5:08 p.m.