R/setStratSelDefault.R

setStratSelDefault <-
function(){
    	temp.rob = c("($N:f)","($AIC:f)","($AIC.c:f)")
    	names(temp.rob) = c("N", "AIC", "AIC.c")
    	setSummaryTemplate(StratSel=temp.rob)
 
    	temp.lm = temp.rob[1:3]
    	setSummaryTemplate(lm =temp.lm)
	}

Try the StratSel package in your browser

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

StratSel documentation built on May 2, 2019, 11:11 a.m.