View source: R/helper_functions.R
spike_slab_params | R Documentation |
Generates hyperparameters for spike-and-slab
spike_slab_params(n, p)
n |
number of observations |
p |
number of covariates |
spike-and-slab hyperparameters q, tau0, tau1, a0, b0
hyper_params <- spike_slab_params(n=100,p=200) print(hyper_params)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.