Skip to content
Back to formatted view

Raw Message

Message-ID: <eb555e660612071158w3d5b3666n7c36e56670cc846e@mail.gmail.com>
Date: 2006-12-07T19:58:31Z
From: Deepayan Sarkar
Subject: groupedData Error Using outer=TRUE
In-Reply-To: <1165507358.3532.13.camel@localhost.localdomain>

On 12/7/06, Rick Bilonick <rab45+ at pitt.edu> wrote:
> I'm using groupedData from nlme. I set up a groupedData data.frame with
> outer=~group1. When I try to plot with outer=TRUE, I get "subscript out
> of bounds." This happens most of the time. When it works, I get
> spaghetti-type plots for comparing groups. But I don't understand why it
> doesn't usually work.
>
> > longa.mod.1.gd <- groupedData(mod1.logit~time|
> name/eye,outer=~group1,data=longa.mod.1)
> > plot(longa.mod.1.gd)
> > plot(longa.mod.1.gd,outer=TRUE)
> Error in attribs[["outer"]][[displayLevel]] :
>         subscript out of bounds
>
> What am I doing wrong?

Hard to say:

> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.

-Deepayan