powered by
Function to generate summary statistics
generate_summary(data, verbose = FALSE)
A data.frame containing summary statistics (min, 1st quartile, median, mean, 3rd quartile, max) for each parameter.
A list with combined results.
Logical, whether to print summary to console. Default is FALSE.