Description Usage Arguments Value Examples
View source: R/aggregatedMean.R
Aggregated Mean Scores
1 |
data |
a |
group |
A list containing the grouping corresponding to the variables.
If this is |
matrix of aggregated mean values for each group x sample
1 2 3 4 5 6 7 | data(qmdiab.data)
data(qmdiab.annos)
scaled.data <- scale(qmdiab.data)
aggregated.z.scores <- aggregatedMean(
data = scaled.data,
group = qmdiab.annos$Sub.pathway
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.