create_dependent_variable_histogram {vvdoctor} | R Documentation |
Create a Histogram Plot for the Dependent Variable
Description
This function creates a histogram plot for a numeric dependent variable.
Usage
create_dependent_variable_histogram(dependent_var)
Arguments
dependent_var |
A numeric vector representing the dependent variable. |
Value
No return value, the function creates a histogram plot.
[Package vvdoctor version 0.0.1 Index]