View source: R/contrastiveCov.R
bpContrastiveCov | R Documentation |
Compute the list of contrastive covariance matrices in parallel
using bplapply
.
bpContrastiveCov(
target,
background,
contrasts,
center,
scale,
scaled_matrix = FALSE
)
target |
The target (experimental) data set, in a standard format such
as a |
background |
The background data set, in a standard format such as a
|
contrasts |
A |
center |
A |
scale |
A |
scaled_matrix |
A |
A list of contrastive covariance matrices. Each element has an
associated contrastive parameter in the contrasts
vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.