Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

mint

"Mean and interval" function, including other summaries, calculated for matrix (by column) or vector


Description

This function is just a convenient shorthand for getting typical summary statistics.

Usage

mint(y, int = 0.95, digits = NULL, median = FALSE, sd = FALSE)

Arguments

y

matrix or a vector; for matrices, mint is done by-column

int

probability interval (default is 95 percent) to calculate

digits

number of significant digits to round values by.

median

return median value?

sd

return SD?

Examples

mint(rnorm(100, 12, 5))

baggr

Bayesian Aggregate Treatment Effects

v0.4.0
GPL (>= 3)
Authors
Witold Wiecek [cre, aut], Rachael Meager [aut], Brice Green [ctb] (predict(), loo_compare, many visuals), Trustees of Columbia University [cph] (tools/make_cc.R)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.