Description Usage Arguments Details Value Author(s) See Also Examples
Drops the rows of a data frame that contain an NA, an NaN, or an Inf value
| 1 | nainf.exclude(object, ...)
 | 
| object | an R object, typically a data frame | 
| ... | further arguments special methods could require. | 
This is a simple modification of na.omit and
na.exclude
The value is of the same type as the argument object,
with possibly less elements.
Werner A. Stahel, ETH Zurich
| 1 2 | t.d <- data.frame(V1=c(1,2,NA,4), V2=c(11,12,13,Inf))
nainf.exclude(t.d)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.