View source: R/scplot.sc_hplm.R
scplot.sc_hplm | R Documentation |
This function generates a forest plot for the random effects of a mixed hplm model
## S3 method for class 'sc_hplm'
scplot(object, effect = "intercept", mark = "fixed", ci = 0.95, ...)
object |
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. |
A forest plot displaying Tau-U effects.
model <- scan::hplm(scan::Leidig2018, random.slopes = TRUE)
scplot(model, effect = "level")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.