Displaying 2 results from an estimated 2 matches for "ffdesmatrix".
2005 Mar 20
2
Generating Interaction Factors (combinations of Data Frame columns)
I'm starting to do a fair amount of DOE in my day job and need to
generate full- and fractional-factorial designs.
One of the things I'd like to do is generate all possible interaction
effects, given the main effects. I've been searching through the
documentation, packages and mail list archives, but the closest I can
find are combin() in package combinat and combine() and
2006 Jan 20
3
fractional factorial design in R
Hi,
i need to create a fractional factorial design sufficient to estimate the
main effects.
The factors may have any number of levels, let's say any number from 2 to 6.
I've tried to use the library conf.design , but i cannot figure out how to
write the code.
For example, what is the code for a design with 5 factors (2x3x3x5x2) and
only main effects not confounded?
thanks in advance!