Skip to content
Prev 43949 / 398525 Next

data.frame to matrix

Dear Gustavo,

To fill in other list members, this is occurring with code written to
augment the Rcmdr package.

The problem is that .numeric is a vector of names of numeric variables
in the "active data set" (data frame) maintained by Rcmdr, it is not
itself a data frame. Consequently, your varstemp is also a vector of
names, which could be used to index the active data set, whose name is
stored in .activeDataSet.

I hope that this helps,
 John

On Mon, 9 Feb 2004 17:47:36 -0300
"Gustavo Pinheiro" <gustavo at estatcamp.com.br> wrote: