determine_independent_variable {vvdoctor} | R Documentation |
Determine the Type of Independent Variable
Description
This function determines the type of the independent variable based on its data type and the number of unique values.
Usage
determine_independent_variable(independent_var)
Arguments
independent_var |
A vector representing the independent variable. |
Value
A character string indicating the type of the independent variable.
[Package vvdoctor version 0.0.1 Index]