Description Usage Arguments See Also Examples
Creates histogram plot for numerical dependent variables and prints
descriptive statistics in a summary table. The function delegates the primary
computations to ggplot
.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
dv1 |
Column vector containing the dependent variable |
likert |
A logical argument: If |
percent |
A logical argument: if |
binwidth |
Numeric argument representing bin width |
xlim |
Numeric vector containing x-axis limits |
xmajor |
Numeric argument representing spacing of x-axis labels |
xlab |
String containing the x-axis label |
ylim |
Numeric vector containing y-axis limits |
ymajor |
Numeric argument representing spacing of y-axis limits |
ylab |
String containing the y-axis label |
title |
String containing plot title |
size.axis.text.x, size.axis.text.y, size.title |
Numeric arguments containing font sizes |
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.