summary.strata: This method formats and outputs the final results to the R console
Description
This function defines the method for the "strata" class that has been created
in the constructor function (strata.data() or strata.distr()) where all computed
objects, via other relevant functions, are collated and passed as a list. The
function extracts all individual objects from the "strata" class object and combines
them into dataframes before writing the formatted outputs to the console. This
is used for both cases, depending on either the data or a hypothetical distribution.
Usage
# S3 method for strata
summary(object, ...)
Value
returns the formatted output
Arguments
object
A list: An object of class "strata".
...
Any data type: This argument can be any particular argument.