Function for Generating Summaries for Continuous Variables.
Arguments
- data
The data as a data frame.
- vars
a string naming the variables from data
that contains
the continuous values used for the report
Value
A results object containing:
results$todo | | | | | a html |
results$text | | | | | a preformatted |
results$text1 | | | | | a html |
Examples
# \donttest{
# example will be added
# }