Learn R Programming

vvdoctor (version 0.0.2)

create_dependent_variable_histogram: 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)

Value

No return value, the function creates a histogram plot.

Arguments

dependent_var

A numeric vector representing the dependent variable.