jeffwong / pdist

Distance functions on subsets of matrices
7 stars 3 forks source link

how to handle NAs in data #1

Closed jeffwong closed 12 years ago

jeffwong commented 12 years ago

if the data has NA you need to call .C(...) with NAOK=T. Then in the C code, use isnan(...)