Displaying 1 result from an estimated 1 matches for "listtwolevelfactor".
Did you mean:
listtwolevelfactors
2003 Nov 03
0
problem with fix() called from Rcmdr
...quot;.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)
logger(paste("attach("...