ComputeRER: ComputeRER

Description Usage Arguments Details Value

View source: R/ComputeRER.R

Description

Computes the LEL and UEL RERs=

Usage

1
ComputeRER(VRAPList, UEL = 80, LEL = 5)

Arguments

VRAPList

output list from Main() or RunSims()

UEL

Upper target as percent of VRAP simulations that should be above recovery threshold

LEL

lower target as percent of VRAP simulations that should be not hit the lower threshold

Details

This fits a spline to the harvest versus UET and LET lines to get the ER at the LEL and UEL.

Value

a list with:

ERUEL

The ER at the UEL

ERLEL

The ER at the LEL

hr.vrap

The harvest rates for each simulation in the VRAP output.

hr.smooth

The harvest rates used to computed the smoothed UEL and LEL.

uel.vrap

The UEL for each simulation in the VRAP output.

uel.smooth

The smoothed UEL.

lel.vrap

The LEL for each simulation in the VRAP output.

lel.smooth

The smoothed LEL.

UEL

The proportion to use for the upper threshold.

LEL

The proportion to use for the lower threshold.


eeholmes/VRAP documentation built on May 28, 2019, 8:24 a.m.