find_top_k_variables: 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

Arguments

ds1

A dataset (data frame or matrix)

ds2

A dataset (data frame or matrix)

data

Should the data be returend (Boolean, default is FALSE)

Value

List containing (i) correlation values for the pairs, (ii) the correlation matrices, (iii) the pairs of matrices with the largest change in correlation, (iv) the names of the ordered pairs of columns


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