[6420] in s-news-athena
Bug in plot.design?
daemon@ATHENA.MIT.EDU (Duncan Murdoch)
Thu Feb 9 17:32:23 1995
From: dmurdoch@mast.QueensU.CA (Duncan Murdoch)
To: s-news@utstat.toronto.edu (s-news)
Date: Thu, 9 Feb 1995 16:48:21 -0500 (EST)
The S-PLUS documentation for plot.design gives the following example:
plot.design(Yield ~ Conc + Cat, data = catalyst)
However, this doesn't work; you get an error something like "Yield not found"
unless you attach the dataframe, rather than using the data= parameter.
Duncan Murdoch