determine_dependent_variable {vvdoctor} | R Documentation |
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)
Arguments
dependent_var |
A vector representing the dependent variable. |
Value
A character string indicating the type of the dependent variable.
[Package vvdoctor version 0.0.1 Index]