Displaying 1 result from an estimated 1 matches for "d2c29".
2006 Aug 17
1
NLME: Limitations of using identify to interact with scatterplots?
...t with
points on a scatterplot. My question is essentially: can identify be used
when one is plotting model objects to generate diagnostic plots?
Specifically I am using NLME.
For example, I am plotting the fitted values on the x axis vs a variable
called log2game with the following code:
plot(D2C29.nlme, log2game ~ fitted(.), abline=c(0,1))
and then I have tried to use identify as follows:
identify(D2C29.nlme$fitted[,2],Data2$log2game,row.names(Data2))
(if I leave out the [,2] on the fitted attributes then I am told that x and
y are not the same length and it appears that this is due to t...