R/AllTotalEffOutput.R

Defines functions AllTotalEffOutput

Documented in AllTotalEffOutput

AllTotalEffOutput <-
function(AllDat,GreaterThanNum=0,Directry=getwd()){
AllFileNames1=sapply(AllDat,OnlyNumberElement,1)
Tots1=lapply(AllFileNames1,CreateTotalEffMat,Directry)
AllTotEffOutput1=CreateTotalSummary(Tots1,GreaterThanNum)
return(AllTotEffOutput1)}

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.