R/SpecialMatch.R

Defines functions SpecialMatch

Documented in SpecialMatch

SpecialMatch <-
function(ListO,DelL){
for(i in 1:length(ListO)){
ListO[[i]]=ListO[[i]][is.na(DelL[[i]])==TRUE]
}
return(ListO)}

Try the PathSelectMP package in your browser

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

PathSelectMP documentation built on May 2, 2019, 3:15 a.m.