multiCorTest: mutiple correlation test

Description Usage Arguments Examples

Description

This function is used when we are interested in one column in the dataset and want to test its correlations with variables in other columns.

Usage

1
multiCorTest(data, depenVaColname)

Arguments

data

Your dataset

depenVaColname

The varibale that we are interested in

Examples

1
multiCorTest(mydata,"Weight (in kg)")

jing1020/healthData-analytics-package documentation built on May 29, 2019, 1:03 a.m.