search for: listfactors

Displaying 2 results from an estimated 2 matches for "listfactors".

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!
2003 Nov 03
0
problem with fix() called from Rcmdr
....activeDataSet, ")", sep="")) } assign(".activeDataSet", dsname, envir=.GlobalEnv) assign(".variables", listVariables(), envir=.GlobalEnv) assign(".numeric", listNumeric(), envir=.GlobalEnv) assign(".factors", listFactors(), envir=.GlobalEnv) assign(".twoLevelFactors", listTwoLevelFactors(), envir=.GlobalEnv) tclvalue(.dataSetName) <- paste(.activeDataSet, " ") tkconfigure(.dataSetLabel, fg="blue") if (tclvalue(.attachDataSet) == "1"){ attach(ge...