blimprior | R Documentation |
blimprior plot Plots the bounds of the hockey-stick break-point
blimprior(
lplim = 0.01,
uplim = 0.3,
s.logitsd = 50,
par = "plim",
bias.correct = TRUE
)
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 |
ggplot
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.