Skip to contents

Plot Reliability Analysis Results

Usage

# S3 method for class 'tna_reliability'
plot(x, type = "histogram", metric = "Median Abs. Diff.", ...)

Arguments

x

A tna_reliability object.

type

A character string specifying the plot type. The options are: "histogram" (default), "density", or "boxplot".

metric

A character string specifying the metric to plot. The default is the median absolute difference ("Median Abs. Diff.").

...

Ignored

Examples

# Small number of iterations for CRAN
model <- tna(engagement)
rel <- reliability(model, iter = 20)
plot(rel)