mint {baggr} | R Documentation |
"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, |
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))
[Package baggr version 0.7.11 Index]