powered by
This function generates a forest plot of Tau-U effects.
# S3 method for sc_rand scplot(object, type = "hist", add_density_curve = TRUE, ...)
A forest plot displaying Tau-U effects.
The return from the tau_u() function.
tau_u()
Either "hist" or "xy".
"hist"
"xy"
If TRUE, adds a density curve to the histogram.
Further arguments.
if (FALSE) { res <- scan::rand_test(scan::exampleAB$Anja, limit = 1) scplot(res, type = "hist") scplot(res, type = "xy") }
Run the code above in your browser using DataLab