Plot the conditional distribution evaluated at a grid of possible response
values and a set of covariate and random effects values on a specified scale.
# NOT RUN {data("sleepstudy", package = "lme4")
fit <- BoxCoxME(Reaction ~ Days + (Days | Subject), data = sleepstudy)
plot(fit, K = 100, type = "density")
# }