Amended plotting fn slightly to allow for greater control/flexibility of the longitudinal y-axis limits. When exponentiating, I found the limits were very wide looking at the ranges <- attr(x, "ranges") of the original data, rather than the subset of data in question. Only tested with a univariate longitudinal outcome, so may need to be further adapted.
Amended plotting fn slightly to allow for greater control/flexibility of the longitudinal y-axis limits. When exponentiating, I found the limits were very wide looking at the
ranges <- attr(x, "ranges")
of the original data, rather than the subset of data in question. Only tested with a univariate longitudinal outcome, so may need to be further adapted.