getUnivariableCorrelation: Get univariable correlation

View source: R/DataManagement.R

getUnivariableCorrelationR Documentation

Get univariable correlation

Description

getUnivariableCorrelation reports covariates that have high correlation with the outcome

Usage

getUnivariableCorrelation(cyclopsData, covariates = NULL, threshold = 0)

Arguments

cyclopsData

A Cyclops data object

covariates

Integer or string vector: list of covariates to report; default (NULL) implies all covariates

threshold

Correlation threshold for reporting

Value

A list of covariates whose absolute correlation with the outcome is greater than or equal to the threshold


Cyclops documentation built on Nov. 2, 2023, 6:03 p.m.