search for: posset

Displaying 1 result from an estimated 1 matches for "posset".

Did you mean: posses
2014 May 07
0
Historical NA question (Herv? Pag?s)
...xpr[[1]] <- as.name("is.element") > } > if (is.recursive(expr)) { > for(i in seq_along(expr)) { > expr[[i]] <- Recall(expr[[i]]) > } > } > expr > } > > E.g., >> txt <- "function(els, negSet, posSet){ > + -els %in% negSet & # commentary > + els %in% posSet > + }" >> inToIsElement(parse(text=txt, keep.source=FALSE))[[1]] > function(els, negSet, posSet) { > is.element(-els, negSet) & is.element(els, posSet) > } > > It assumes that you didn...