plot.sc_hplm {scplot} | R Documentation |
This function generates a forest plot for the random effects of a mixed hplm model
Description
This function generates a forest plot for the random effects of a mixed hplm model
Usage
## S3 method for class 'sc_hplm'
plot(x, effect = "intercept", mark = "mean", ci = 0.95, ...)
Arguments
x |
The return from the |
effect |
The specific effect to be plotted (default is the intercept). |
mark |
Set a reference line. |
ci |
Value between 0 and 1 for calculating the confidence interval. |
... |
Further arguments. |
Value
A forest plot displaying Tau-U effects.
Examples
# plot(hplm(Leidig2018), effect = "intercept")
[Package scplot version 0.4.0 Index]