On Sat, 27 Mar 2004, Xianggui QU wrote: > Does anybody have a workable dopt program in R to generate D-optimal > designs. I downloaded dopt.zip from stat homepage of the university of > oxford, whenever I load it into R and try to run, the following error > comes: Error: couldn't find function "Dopt".
Eh? There is no such file on our homepage! There is a dopt.zip for S-PLUS <= 2000 at the URL www.stats.ox.ac.uk/pub/SWin, but none for R on our server. I don't know how to `load dopt.zip into R': you can only load() R save files. > Any information will be highly appreciated! Try reading ReadMe files in the directories you chance upon. You must be careful not to blame other people for your carelessness. I guess you are using Windows (since you don't think it necessary to tell us). There is an R port of that S code on CRAN at http://cran.r-project.org/src/contrib/Devel/ but note it is source code, and you will need to install it: see the rw-FAQ if you are indeed using Windows. -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595 ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
