Learn R Programming

scplot (version 0.5.1)

scplot.sc_tauu: Plot Tau-U Effects

Description

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

Usage

# S3 method for sc_tauu
scplot(object, effect = 1, ...)

Value

A forest plot displaying Tau-U effects.

Arguments

object

The return from the tau_u() function.

effect

The specific effect to be plotted (default is "A vs. B - Trend A").

...

Further arguments.

Examples

Run this code
res <- scan::tau_u(scan::Leidig2018)
scplot(res, effect = 3)

Run the code above in your browser using DataLab