Learn R Programming

vvdoctor (version 0.0.2)

choose_statistical_test: Choose Statistical Test

Description

Determines the appropriate statistical test based on the characteristics of the dependent and independent variables.

Usage

choose_statistical_test(dependent_var, independent_var)

Value

The name of the chosen statistical test.

Arguments

dependent_var

The dependent variable.

independent_var

The independent variable.