Re: [R] restrictions for attribute access

2008-04-02 Thread Benjamin Polak
t; Try > > > library(lme4) > > ... > > > find("summary") > > [1] "package:Matrix" "package:base" > > and remember that base namespace comes before the search path in a > package with a NAMESPACE. > > Things get even more complic

Re: [R] restrictions for attribute access

2008-04-02 Thread Benjamin Polak
27;t understand why. I've played around with different imports in my NAMESPACE file, but it didn't help. On Wednesday, 2. April 2008 14:41, Henrique Dallazuanna wrote: > Work's for me: > > summary(lmer(Reaction ~ Days + (Days|Subject), sleepstudy))@AICtab > > > On Wed,

Re: [R] restrictions for attribute access

2008-04-02 Thread Benjamin Polak
Thanks, but it doesn't work, I get the error message: 'no slot of name "AICtab" for this object of class "table"' On Wednesday, 2. April 2008 13:34, Henrique Dallazuanna wrote: > You've tried: > > tab <- [EMAIL PROTECTED] > > ? &

[R] restrictions for attribute access

2008-04-02 Thread Benjamin Polak
Hello everybody, I have a problem with accessing class attributes. I think it might be due to namespace access restrictions or something similar, but I'm unable to figure it out, maybe someone knows the trick how to do it ... I'm trying to extract some information from the summary object for a

[R] restrictions for attribute access

2008-04-02 Thread Benjamin Polak
Hello everybody, I have a problem with accessing class attributes. I think it might be due to namespace access restrictions or something similar, but I'm unable to figure it out, maybe someone knows the trick how to do it ... I'm trying to extract some information from the summary object for a