R-beta: Design of experiments in R?

Martin Maechler maechler at stat.math.ethz.ch
Wed Jan 7 16:08:17 CET 1998


>>>>> "Osman" == Buyukisik, Osman (GEAE) <Osman.Buyukisik at ae.ge.com> writes:

    Osman> Hello R-helpers, I was wondering if anyone is porting S lib
    Osman> packages for design of experiments: conf.design, glim, graff(all
    Osman> from statlib)? I was able to change the format of S packages
    Osman> into R (including docs).

I don't know anything ported yet from 'DOE'
	(What I would like most is a port of the S / S-plus  BUILTIN
	 DOE functions such as
		design(), fac.design(), fractionate(), the  oa.* functions,
		etc....
	)

I don't know if 'glim' is valuable since we have glm(.).

    Osman> In conf.design, by W. Venables,
    Osman> sort.list function is missing from R. I just put sort.list <-
    Osman> sort, but I got more error messages.  Before doing more work,
    Osman> would like to know if this already done?

You should use
	sort.list <- order 
rather than sort


Martin Maechler <maechler at stat.math.ethz.ch>			<><
Seminar fuer Statistik, ETH-Zentrum SOL G1;	Sonneggstr.33
ETH (Federal Inst. Technology)	8092 Zurich	SWITZERLAND
phone: x-41-1-632-3408		fax: ...-1086
http://www.stat.math.ethz.ch/~maechler/
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list