Re: [R] my failing understanding ...

2009-11-27 Thread David Winsemius
On Nov 27, 2009, at 9:39 PM, David Winsemius wrote: I get a different result, undoubtedly because I have different packages loaded: > showMethods(plot) Function "plot": > sessionInfo() R version 2.10.0 Patched (2009-10-29 r50258) x86_64-apple-darwin9.8.0 locale: [1] en_US.UTF-8/en_US.UTF

Re: [R] my failing understanding ...

2009-11-27 Thread David Winsemius
I get a different result, undoubtedly because I have different packages loaded: > showMethods(plot) Function "plot": > sessionInfo() R version 2.10.0 Patched (2009-10-29 r50258) x86_64-apple-darwin9.8.0 locale: [1] en_US.UTF-8/en_US.UTF-8/C/C/en_US.UTF-8/en_US.UTF-8 attached base packages

[R] my failing understanding ...

2009-11-27 Thread Kjetil Halvorsen
The following I do not understand, but then I did'nt really use S4 methods ... > showMethods(plot) Function: plot (package graphics) x="ANY" x="lmList.confint" x="merMCMC" (inherited from: x="ANY") > plot(x=moda0MCMC) Error in as.double(y) : cannot coerce type 'S4' to vector of type 'double