Skip to content
Back to formatted view

Raw Message

Message-ID: <Pine.A41.4.44.0306130753520.14912-100000@homer34.u.washington.edu>
Date: 2003-06-13T14:57:29Z
From: Thomas Lumley
Subject: lars - lasso problem
In-Reply-To: <200306131616.08020.baliola@riseup.net>

On Fri, 13 Jun 2003, Martin Wegmann wrote:

> hello Berwin,
>
> thanks for your help, I haven't considered this x-naming problem (pretty
> stupid mistake :-) ) - now it is working.
>

Because I can't keep track of this sort of thing I like to use with()
rather than attach() when there isn't a data= argument.

  x<-with(diabetes, lars(x,y))

doesn't cause the same problem.

	-thomas