agg | R Documentation |
Defaults to mean, SD, limits, and given quantiles. Used to limit memory consumption from MCMC runs.
agg(mat, q = c(0.05, 0.16, 0.5, 0.84, 0.95))
mat |
input numeric matrix to summarize |
q |
quantiles of mat's columns to provide in summary matrix |
matrix with each row corresponding to a summary measure and each column corresponding to a column of mat
mat <- matrix(rnorm(5e3), ncol=5) agg(mat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.