[R] Simple Nesting question/Odd error message

Dieter Menne dieter.menne at menne-biomed.de
Tue Nov 8 11:06:44 CET 2005


Jarrett Byrnes <redbeard <at> arrr.net> writes:

> I'm having syntactical issues, however.  When I try
> 
> dock.lme<-lme(X.open ~ Dock, random=Slip|~Dock, data=my.data)
> 
> I get
> 
> Error in inherits(object, "reStruct") : Object "Slip" not found
> 

Syntax is wrong, should be something like

dock.lme<-lme(X.open ~ Dock, random=~Slip|Dock, data=my.data)




More information about the R-help mailing list