Displaying 1 result from an estimated 1 matches for "vykon".
2006 Aug 24
2
my error with augPred
...els and with partial success. The model is
refined and fitted (using Pinheiro/Bates book as a tutorial) but when
I try to plot
plot(augPred(fit4))
I obtain
Error in predict.nlme(object, value[1:(nrow(value)/nL), , drop =
FALSE], :
Levels (0,3.5],(3.5,5],(5,7],(7,Inf] not allowed for
vykon.fac
>
Is it due to the fact that I have unbalanced design with not all
levels of vykon.fac present in all levels of other explanatory factor
variable?
I try to repeat 8.19 fig which is OK until I try:
fit4 <- update(fit2, fixed = list(A+B~1,xmid~vykon.fac, scal~1),
start = c(57, 100, 7...