[...]
# S3 method for ineqx
plot(ineqx.out, type, yscale = 1)
ineqx.out object from ineqx()
Character string. Plot type. Choose from: dMuP, dMuT, dSigmaP, dSigmaT, dWP, dWT, dBP, dBT, dPP, dPT, dT, dPA
Either 1 or 2. Choose value on y-axis. 1: Effect in units of ystat. 2: Effect as % of value at reference time (ref)
Returns a ggplot2 object
The y-axis can be scaled in two ways:
yscale=1
(default): absolute points of Var or CV2.yscale=2
: % of the value of Var or CV2 at reference time.
(Total Var or CV2 with type="dT"
and within-group & between-group Var or CV2 with type="dW"
& type="dB"
, respectively.)