doCalcs: Take bootstrap output and return summary data for all annual...

Description Usage Arguments Value Examples

Description

Take bootstrap output and return summary data for all annual report/web table for Snake River fish

Usage

1
doCalcs(crt, species, target, css_group, makefile = "y", ...)

Arguments

crt

Bootstrap output as input file here.

species

"CH" if the species was Chinook. "ELSE" for all others.

target

The name of the original input file (eg. SR HCH 2015 MCCA).

css_group

CSS group from the CSSGroups_LookupTable. This identification is needed so the bootstrap report can be amended correctly to the SQL server CSSREPORT.

makefile

Append parameter output in CSSREPORT in SQL server, and make parameter output in csv file in working directory. Default is 'y'.

Value

Survivals,detection, adult counts, and SARs...

Examples

1
2
ans<- doCalcs(crt, species= 'CH', target= 'SR HCH 2015 MCCA', css_group= 'MCCA', makefile= 'y')
format(ans, scientific= FALSE)

boppingshoe/bootylator documentation built on May 8, 2019, 1:01 p.m.