R/AllSummary.R

Defines functions AllSummary

Documented in AllSummary

AllSummary <-
function(AllNames,Directry=getwd(),GreaterThanNum=0,PasteIND=1){
yyy=AllSummary2(AllNames)
IndStatements=lapply(yyy[[1]],AddOnINDStatements,PasteIND)
return(c(list("Average"=yyy[[2]]),list("INDStatements"=IndStatements)))}

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.