Summarize | R Documentation |
Helper function to work in conjunction with GetMatrix or similar to obtain a summarized matrix.
Summarize(mat, summarize.mat)
mat |
the matrix to summarize |
summarize.mat |
the matrix defining how to summarize (see details) |
The summarize.mat can be obtained via GetSummarizeMatrix. If there are missing (NA) values in the matrix, they are imputed from the rest (average)
the summarized matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.