Displaying 1 result from an estimated 1 matches for "dondiego".
2010 Feb 09
3
subset in a matrix
Hi,
I have a matrix of data values like the example bellow. I would like to
extract a subset of the matrix for the values where the first column is
negative. I am using the subset function. However, I am getting an error
message that the conditional variable doe snot exist. For some reason, the
subset operation only works if I transform the matrix to a data set using
as.data.set(). The help