BLASSO | R Documentation |
Function to estimate parameters using gradient matching bayesian lasso
BLASSO(X, P, Ys, Fs, ncpu, rmSp, vnames, seed = NULL)
X |
matrix of data (variables in columns, measurements in rows) |
P |
matrix of perturbation indicators |
Ys |
matrix of response (variables in columns, measurements in rows) |
Fs |
matrix of filter indicating whether the Y-X pair is used |
ncpu |
number of CPU used |
rmSp |
the index of variable removed for alr transformed data |
vnames |
the name of species to format output |
seed |
the seed |
a list with alpha, beta, and output in MDSINE's format
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.