| plot.grass_card | R Documentation |
grass_card Report Card objectSix views of a Report Card returned by grass_report(). The default
"surface" view places the study on its DGP-calibrated reference surface;
the other views are for cross-coefficient comparison, the asymmetry
diagnostic, observed-coefficient confidence intervals, per-rater
Se/Sp from the latent-class fit (only valid when card$delta$flag == "divergent"), and a patchwork composite of the most useful at-a-glance
panels.
## S3 method for class 'grass_card'
plot(
x,
type = c("surface", "panel", "thermometer", "intervals", "per_rater", "pairwise",
"diagnostic"),
...
)
x |
A |
type |
One of:
|
... |
Currently unused. |
A ggplot object (or a patchwork composite for
type = "diagnostic").
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.