Displaying 1 result from an estimated 1 matches for "subgroupsbox".
2004 Feb 09
2
data.frame to matrix
...) and as.matrix().
After executing one of those I end up with another data.frame with only the
first column of the original data.frame.
I use a window (tcltk) to let the user choose the columns he wants and then
I retrieve them using the following:
varstemp <- .numeric[as.numeric(tkcurselection(subgroupsBox)) + 1]
where ".numeric" is the original (complete) data.frame.
Any ideas why is this happening? I'm using R1.8.1 in WinXP by the way.
Thanks.