Summary of Continuous Variables
summarydata.RdThis module generates descriptive statistics for continuous variables. It provides both a textual summary and a visually appealing summary table. Optionally, you can enable distribution diagnostics to examine normality, skewness, and kurtosis.
Arguments
- data
- The data as a data frame. 
- vars
- a string naming the variables from - datathat contains the continuous values used for the report
- distr
- If TRUE, additional distribution diagnostics (Shapiro-Wilk test, skewness, and kurtosis) will be computed and explained. 
- decimal_places
- Number of decimal places to display for statistical measures.