View source: R/scplot.sc_rand.R
scplot.sc_rand | R Documentation |
This function generates a forest plot of Tau-U effects.
## S3 method for class 'sc_rand'
scplot(object, type = "hist", add_density_curve = TRUE, ...)
object |
The return from the |
type |
Either |
add_density_curve |
If TRUE, adds a density curve to the histogram. |
... |
Further arguments. |
A forest plot displaying Tau-U effects.
## Not run:
res <- scan::rand_test(scan::exampleAB$Anja, limit = 1)
scplot(res, type = "hist")
scplot(res, type = "xy")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.