View source: R/createSummary.R
createSummary | R Documentation |
It produces the list containing the detail of summary statistics table for
the type of y
(dependent variable) either continuous or categorical
createSummary( x, y, data, max.x.level = 5, show.missing = FALSE, paired = FALSE, show.total = FALSE, verbose = FALSE, origData )
x |
a independent variable |
y |
a dependent variable |
data |
A |
paired |
A Boolean expression (T/F) whether to perform the paired t-test.
The default value is |
verbose |
Print the log message. The default value is |
A list containing the class of variable, total count of data, and p-value. In addition, the min, max, median, sd, mean will be produced only for continuous variable
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.