list_correlation: list correlation

Description Usage Arguments Value

View source: R/parp1.R

Description

Given a data.frame of data, and a list of indices, calculate the correlation between the columns of the data.frame using the indices, iterating over the list of indices.

Usage

1
list_correlation(x, indices_list, similarity = stats::cor)

Arguments

x

the data.frame of data (should be two columns only)

indices_list

the list of indices to be iterated over

similarity

the function used to calculate the similarity

Value

numerical vector of correlations


rmflight/fmcorrelationbreastcaparp1 documentation built on May 27, 2019, 9:31 a.m.