scplot.sc_tauu.Rd
This function generates a forest plot of Tau-U effects.
# S3 method for sc_tauu
scplot(object, effect = 1, ...)
The return from the tau_u()
function.
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)
#> Possible effects are:
#> 1: 'A vs. B'
#> 2: 'Trend A'
#> 3: 'Trend B'
#> 4: 'A vs. B - Trend A'
#> 5: 'A vs. B + Trend B'
#> 6: 'A vs. B + Trend B - Trend A'