find_best_variable_pair: Given two datasets ds1 and ds2, find the best variable pair...

Description Usage Arguments Value

View source: R/utilities.R

Description

Given two datasets ds1 and ds2, find the best variable pair for which the difference in correlation between ds1 and ds2 is maximum

Usage

1
find_best_variable_pair(ds1, ds2, method = "average_correlation", ...)

Arguments

ds1

A dataset (data frame or matrix)

ds2

A dataset (data frame or matrix)

method

Which method should be used (currenlty only max_change_in_correlation supported.

...

Extra arguments to be passed to the method used.

Value

Depends on the used method.


aheneliu/tiler documentation built on May 21, 2019, 12:03 p.m.