blimprior: blimprior plot Plots the bounds of the hockey-stick...

blimpriorR Documentation

blimprior plot Plots the bounds of the hockey-stick break-point

Description

blimprior plot Plots the bounds of the hockey-stick break-point

Usage

blimprior(
  lplim = 0.01,
  uplim = 0.3,
  s.logitsd = 50,
  par = "plim",
  bias.correct = TRUE
)

Arguments

lplim

steepness, default 0.6 for a approx. uniform prior with s.logistsd = 20

uplim

s steepness, default 20 for a approx. uniform prior with s = 0.6

par

parameter on x-axis default "plim", else "sstar"

s.sdlogit

default 20

Value

ggplot

Examples

blimprior() # approx. uniform with some curving on bounds
blimprior(lplim=0.001,uplim=0.3,s.logitsd=20) 
# Non-bias corrected
blimprior(lplim=0.001,uplim=0.3,s.logitsd=20,bias.correct=FALSE)

flr/FLSRTMB documentation built on April 17, 2025, 11:02 a.m.