Re: [R] query on "random.seed" not found error in code

2007-09-27 Thread paulandpen
September 27, 2007 11:28 PM Subject: Re: [R] query on "random.seed" not found error in code > On 9/27/2007 8:53 AM, paulandpen wrote: >> Hi, >> >> I am trying to use AlgDesign and am partially successful >> >> Two lines of code are taken from the help f

Re: [R] query on "random.seed" not found error in code

2007-09-27 Thread Duncan Murdoch
On 9/27/2007 8:53 AM, paulandpen wrote: > Hi, > > I am trying to use AlgDesign and am partially successful > > Two lines of code are taken from the help file > 1. Line 1 (below) works fine >> dat<-gen.factorial(levels=3,nVars=3,varNames=c("A","B","C")) > > 2. Line 2 (below) does not work fine >>

[R] query on "random.seed" not found error in code

2007-09-27 Thread paulandpen
Hi, I am trying to use AlgDesign and am partially successful Two lines of code are taken from the help file 1. Line 1 (below) works fine > dat<-gen.factorial(levels=3,nVars=3,varNames=c("A","B","C")) 2. Line 2 (below) does not work fine > desD<-optFederov(~quad(A,B,C),dat,nTrials=14,eval=TRUE)