
This function is just a convenient shorthand for getting typical summary statistics.
mint(y, int = 0.95, digits = NULL, median = FALSE, sd = FALSE)
matrix or a vector; for matrices, mint
is done by-column
probability interval (default is 95 percent) to calculate
number of significant digits to round values by.
return median value?
return SD?