Fp05: Calculates the Fbar value giving a maximum probability of ssb...

View source: R/SimRefs.R

Fp05R Documentation

Calculates the Fbar value giving a maximum probability of ssb being below Blim of 5 percent

Description

Calculates the Fbar value giving a maximum probability of ssb being below Blim of 5 percent

Usage

Fp05(
  object,
  iters = "missing",
  range = "missing",
  tol = 0.001,
  maxit = 20,
  verbose = TRUE
)

Arguments

object

output from Fsim()

iters

Number of iterations, cannot exceed input object

range

range of Fbar value to be evaluated

verbose

Should progress be shown, TRUE.

Value

list

Examples

data(ple4)
bh = srrTMB(as.FLSR(ple4,model=bevholtSV),spr0=spr0y(ple4))
brp = computeFbrp(ple4,bh,proxy="bx",x=35,blim=0.2) # set Blim higher
fsim = Fsim(brp,sigmaR=0.7,rho=0.3,iters=500)
plotFsim(fsim)
fp.05 = Fp05(fsim)
plotFsim(fp.05,panels=c(2,4)) # black line is Fp0.05
getF(fp.05) 

Henning-Winker/FLRef documentation built on July 14, 2024, 7:28 a.m.