determine_dependent_variable: Determine the Type of Dependent Variable
Description
This function determines the type of the dependent variable based on its data type and distribution.
Usage
determine_dependent_variable(dependent_var)
Value
A character string indicating the type of the dependent variable.
Arguments
- dependent_var
A vector representing the dependent variable.