Displaying 1 result from an estimated 1 matches for "tp26227873p26227873".
Did you mean:
tp26227873p26229883
2009 Nov 06
2
how can I delete those columes with the same element in every row?
...{if (data.f[1,k]==data.f[rn,k])
{data.f<-data.f[,-k]
n<-n+1
k<-k-1
}
}
origin.data
data.f
how can i modify it and obtain my wanted result.
thank you!
--
View this message in context: http://old.nabble.com/how-can-I-delete-those-columes-with-the-same-element-in-every-row--tp26227873p26227873.html
Sent from the R help mailing list archive at Nabble.com.