search for: nlme6

Displaying 2 results from an estimated 2 matches for "nlme6".

Did you mean: nlme
2005 May 10
2
predict nlme syntax
Dear all Please help me with correct syntax of predict.nlme. I would like to predict from nlme object for new data. I used predict(fit.nlme6, data=newdata) but I have always got fitted values, no matter how I changed newdata. I have > summary(fit.nlme6) Nonlinear mixed-effects model fit by maximum likelihood Model: konverze ~ SSfpl(tepl, A, B, xmid, scal) Data: limity.gr AIC BIC logLik 882.4939 907.6738 -433....
2005 Apr 25
4
panel ordering in nlme and augPred plots
...am trying nlme together with Pinheiro/Bates book. I constructed grouped data object with suitable plotting layout (according to some common factor, panels from bottom to top are in increasing order). When I do nlme(... some stuff...) I get fitted object which I can plot with plot(augPred(fit.nlme6, level=0:1)) but it results in completely different ordering. Is there any way how I can plot panels in some defined order e.g. ord.f<-order(my.1.fac, my.2.fac) plot(augPred(fit.nlme6, level=0:1), ord.f) The only thing I found out is that if I order grouped.data object gr.dat<-gr.dat[ord...