Arguments
run.objects
A list object where each entry is either a dpgrow
, dgrowmm
or dpgrowmult
object
returned from a model run. The list length is equal to the number of models on which a treatment comparison is desired.
run.models
A character vector supplying the names of models to compare of the same length as the number of elements in run.objects
.
trt.labs
A vector of exactly 2-elements that contains the labels (used in modeling) for the two treatments desired to compare.
time.points
A numeric vector of data time points on which to compare the fixed effects treatment means.
y.label
An optional character scalar for label for the y axis.
time.labels
An optional character vector of labels for time.points
to use in plotting.
n.thin
Gap between successive MCMC sampling iterations on fixed effects parameters to use for generating distribution for each treatment-time.
Defaults to n.thin = 10
. Higher values produces faster plot generation.