Skip to content

Please Help for Augmented Prediction Plot

6 messages · Chunhao Tu, Dieter Menne, patricia garcía gonzález +1 more

#
Chun-Hao Tu <tch28 <at> hotmail.com> writes:
Very, very likely, if you have such a large range (frequently a drug dose), 
you should think of doing a (shifted log?) transform of your data initially. 
Try to do a residual plot plot(result(nlme)) might work first to check for 
this.  Maybe even plotting (0.001,0.01,...) would be more useful.

Otherwise, you could always use pred() manually and do a trellis plot
with some (log+x) transformed data. 

Dieter
#
try this:

s1 <- letters[1:10]
e <- LETTERS[1:10]
q <- c("a","a","c","b","d","d","a","e","b","a")

e[match(q, s1)]


I hope it helps.

Best,
Dimitris
patricia garc?a gonz?lez wrote: