View source: R/scplot.sc_tauu.R
scplot.sc_tauu | R Documentation |
This function generates a forest plot of Tau-U effects.
## S3 method for class 'sc_tauu'
scplot(object, effect = 1, ...)
object |
The return from the |
effect |
The specific effect to be plotted (default is "A vs. B - Trend A"). |
... |
Further arguments. |
A forest plot displaying Tau-U effects.
res <- scan::tau_u(scan::Leidig2018)
scplot(res, effect = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.