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?