R/AllBackwardSelect.R

Defines functions AllBackwardSelect

Documented in AllBackwardSelect

AllBackwardSelect <-
function(AllNames,Directry=getwd(),PSig=0.05){
lapply(sapply(AllNames,list),MPlusBackwardSelect,Directry,PSig)
return()}

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.