Description Usage Arguments Value Examples
View source: R/IV_model_handlers.R
Function for decoding a character vector representing IV model.
1 | decode_IV_model(code, sd_slab, sd_spike)
|
code |
Character vector encoding IV model. |
sd_slab |
Standard deviation of slab component. |
sd_spike |
Standard deviation of spike component. |
List describing prior for IV model.
1 | decode_IV_model(code = get_random_IV_model(5), sd_slab = 1, sd_spike = 0.01)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.