Fp05 | R Documentation |
Calculates the Fbar value giving a maximum probability of ssb being below Blim of 5 percent
Fp05(
object,
iters = "missing",
range = "missing",
tol = 0.001,
maxit = 20,
verbose = TRUE
)
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. |
list
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.