R/ld.R

ld <-
function(mat)
{
mat[-which(is.na(mat),arr.ind=TRUE)[,1],]
}

Try the ForImp package in your browser

Any scripts or data that you put into this service are public.

ForImp documentation built on May 2, 2019, 8:17 a.m.