R/readU-SS.R

Defines functions iUSS

x="/home/laurie/Desktop/ICCAT/SCRS/Courses/SS3/Shared Documents/Data/Examples/ALB_Simple"

iUSS=function(x,...) {
   res=SS_output(x,,verbose=FALSE,printstats=FALSE,covar=FALSE,forecast=FALSE,...)$cpue[,c(2,3,4,7,8,11,12,13)]
   
   names(res)=c("name","year","season","obs","hat","se","residual","ll")
   
   res}
flr/diags documentation built on Aug. 5, 2021, 7:39 p.m.