creates a graphic distribution object
distrib(
labels,
is.shrink,
type = c("box", "hist"),
is.jitter = FALSE,
jitter = NULL,
facets = NULL,
histogram = NULL,
shrink = NULL,
dname = NULL,
...
)
distrib object
list of texts/titles used within the plot
logical
if TRUE add shrinkage layer
box for boxplot or histogram
logical
if TRUE add jitter operator for points
list set jitter parameter
list set the facet setting in case of histogram plot
list
histogram graphical parameters
pmxShrinkClass
shrinkage graphical parameter or
list
coercible into one
name of dataset to be used
others graphics arguments passed to pmx_gpar
internal object.
labels is a list that contains:
title: plot title default "EBE distribution"
subtitle: plot subtitle default empty
x: x axis label default to "Etas"
y: y axis label default to empty
legend: legend title default to "random Effect"
shrink is a list that contains:
fun: shrinkage function can be sd
or var
size: shrinkage text size
color: shrinkage text color
vjust: shrinkage position vertical adjustment
Other plot_pmx:
eta_cov()
,
eta_pairs()
,
individual()
,
plot_pmx.distrib()
,
plot_pmx.eta_cov()
,
plot_pmx.eta_pairs()
,
plot_pmx.individual()
,
plot_pmx.pmx_dens()
,
plot_pmx.pmx_gpar()
,
plot_pmx.pmx_qq()
,
plot_pmx.residual()
,
plot_pmx()