This function apllay all correlations test to discover if there is a relation between the targe variable and other variables

kobo_correlation_analysis(form = "form.xlsx", frame, target, app = "console")

Arguments

form

The full filename of the form to be accessed (xls or xlsx file). It is assumed that the form is stored in the data folder.

frame

The dataframe that contains the target variable and the independent variable(s)

target

The name of dependent variable, the variable being tested and measured

app

The place where the function has been executed, the default is the console and the second option is the shiny app

Value

A list that includes all analysis and charts

Author

Maher Daoud

Examples

if (FALSE) { kobo_correlation_analysis() }