scplot.sc_rand: Plot Randomization Effects

View source: R/scplot.sc_rand.R

scplot.sc_randR Documentation

Plot Randomization Effects

Description

This function generates a forest plot of Tau-U effects.

Usage

## S3 method for class 'sc_rand'
scplot(object, type = "hist", add_density_curve = TRUE, ...)

Arguments

object

The return from the tau_u() function.

type

Either "hist" or "xy".

add_density_curve

If TRUE, adds a density curve to the histogram.

...

Further arguments.

Value

A forest plot displaying Tau-U effects.

Examples

## Not run: 
res <- scan::rand_test(scan::exampleAB$Anja, limit = 1)
scplot(res, type = "hist")

scplot(res, type = "xy")

## End(Not run)

jazznbass/scplot documentation built on April 17, 2025, 3:05 p.m.