Closed jeffwong closed 12 years ago
if the data has NA you need to call .C(...) with NAOK=T. Then in the C code, use isnan(...)
if the data has NA you need to call .C(...) with NAOK=T. Then in the C code, use isnan(...)