IBSS | R Documentation |
Iterative Bayesian stepwise selection
IBSS( X, y, L = 3, pi0 = NULL, sig2 = 10, sig02 = 0.1, tol = 1e-05, iter_max = 1000 )
X |
SNPs, a n*p matrix. |
y |
trait, a n*1 vector. |
L |
number of the compoments of the effect variables. |
pi0 |
hyperparameter of the prior distribution of gamma. |
sig2 |
hyperparameter, the variance of the trait y. |
sig02 |
hyperparameter, the variance of the coefficient. |
tol |
convergence criterion。 |
iter_max |
the max number of the iteration. |
the SER result of each compoment and the PIP in each iteration.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.