SER | R Documentation |
The single effect regression model
SER(X, y, pi0 = NULL, sig2 = 10, sig02 = 0.1)
X |
SNPs, a n*p matrix. |
y |
trait, a n*1 vector. |
pi0 |
hyperparameter of the prior distribution of gamma. |
sig2 |
hyperparameter, the variance of the trait y. |
sig02 |
hyperparameter, the variance of the coefficient. |
a tibble consists of the result of the function BSLR on the SNPs matrix X.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.