Description Usage Arguments Value Author(s)
Run MSCCS given matrix and vector input data from BR currently only supports ridge regression over drug effects currently only supports single lambda this is used to initialze BR
1 | fitMSCCS(obs_group, X, l, n, lambda, threshold = 1e-07)
|
obs_group |
interval groups (observation periods) |
X |
drug exposure matrix |
l |
interval length |
n |
number of response condition occurrences in an interval |
lambda |
regularization strength, single lambda |
threshold |
same as in glmnet |
an msccs model (list) that includes alpha, beta, lambda, and err
Zhaobin Kuang
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.