search for: twolevelfactor

Displaying 1 result from an estimated 1 matches for "twolevelfactor".

Did you mean: twolevelfactors
2003 Nov 03
0
problem with fix() called from Rcmdr
...} 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(get(dsname, envir=.GlobalEnv), name=dsname) logg...