View source: R/nefsc.analysis.r
nefsc.analysis | R Documentation |
Stratified analysis of NEFSC lobster data with bootstrapped resampling and set-up the data for sensitivity analysis (removed strata 1310 and 1320 as they were not sampled since mid 80's (B. Shank pers comm))
nefsc.analysis(
DS = "stratified.estimates",
out.dir = "bio.lobster",
p = p,
ip = NULL,
save = T
)
DS |
:the selection of analysis, options include |
out.dir |
: specify the location of data saves, default is null and uses the project.datadirectory function as default |
p |
: the parameter list which contains the specifics of the analysis at a minimum includes the season and area for analysis |
saves or loads .rdata objects named usinf
, usdet
, uscat
, usstrat.area
Adam Cook, Adam.Cook@dfo-mpo.gc.ca
require(devtools)
load_all('E:/git/LobsterScience/bio.lobster') #to load from directory rather than package if modifying
nefsc.db(DS = 'odbc.dump.redo')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.