Displaying 1 result from an estimated 1 matches for "mcc1".
Did you mean:
cc1
2006 Nov 09
0
Help with plot(augPred()) plot(comparePred()) in nlme
Dear r-helpers,
When I issue the commands
plot(augPred(mcc.lme, primary = ~ mcc$age, length.out = 2, level = c
(0, 1)))
or
plot(comparePred(mcc1.lis, mcc.lme, primary = ~ mcc$age, length.out =
2), layout = c(4, 3)))
no lines are drawn.
But
fm1 <- lme(Orthodont)
plot(augPred(fm1, level = 0:1, length.out = 2))
does plot lines.
augPred() and comparePredict() seem to be working correctly, as shown
below
augPred(mcc.lme, primary = ~ mc...