estimateBootstraps: estimateBootstraps

Description Usage Arguments Value

View source: R/estimateBootstraps.R

Description

Executes all model tasks related to obtaining model estimation uncertainties using parametric bootstrap methods, for the control setting if_boot_estimate<-"yes".

Executed By: controlFileTasksModel.R
Executes Routines:


Usage

1
2
3
estimateBootstraps(iseed, biters, estimate.list, DataMatrix.list,
  SelParmValues, Csites.weights.list, estimate.input.list, dlvdsgn,
  file.output.list)

Arguments

iseed

User specified initial seed for the bootstraps from sparrow_control

biters

User specified number of parametric bootstrap iterations from sparrow_control

SelParmValues

selected parameters from parameters.csv using condition ifelse((parmMax > 0 | (parmType=="DELIVF" & parmMax>=0)) & (parmMin<parmMax) & ((parmType=="SOURCE" & parmMin>=0) | parmType!="SOURCE")

dlvdsgn

design matrix imported from design_matrix.csv

Value

BootResults data archive using the control setting if_boot_estimate <- "yes" for use in subsequent execution of parametric bootstrap predictions. For more details see documenation Section 5.2.6.2.


tbep-tech/tbepRSparrow documentation built on Oct. 9, 2020, 6:24 a.m.