View source: R/placebo-simulations.R
decompose_Y | R Documentation |
Decompose Y into components F, M, and E as described in Section 3.1.1 also computes a set of 'unit factors': the first rank left singular vectors from SVD(Y)
decompose_Y(Y, rank)
Y, |
the outcomes |
rank, |
the assumed rank of the signal component L=F+M |
a list with elements F, M, E, and unit_factors
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.