Displaying 1 result from an estimated 1 matches for "variableselect".
2002 Feb 11
0
read.table in TCL/TK interface
...ly tcl/tk widgets like
the t-test example in a more complex way !
(1) Is it not possible to combine tk_getOpenFile with
the R function read.table to select in userfriendly way data sets ?
(I'm newbie and take code-parts from t-test example and scripting example.)
(2) Is it possible to use a variableSelection widget
to select a special variable which i can use to replace in R commands
like:
rpart( selectedVar ~.,data) ?
(3) What occur the difference run tcl/tk code
in R-Winedt , i get the results only when i use paste !
$ source("D:/Statsoft/rw1041/code/TCL-TK.R")
*******************...