compare_exposures {YAPSA}R Documentation

Compares alternative exposures

Description

Compares exposures computed by two alternative approaches for the same cohort

Usage

compare_exposures(in_exposures1_df, in_exposures2_df, deselect_flag = TRUE)

Arguments

in_exposures1_df

Numeric data frame with exposures, ideally the smaller exposure data is supplied first.

in_exposures2_df

Numeric data frame with exposures, ideally the bigger exposure data is supplied second.

deselect_flag

Wehther signatures absent in both exposure data frames should be removed.

Value

A list with entries merge_df, all_cor.coeff, all_p.value, cor.coeff_vector, p.value_vector, all_cor.test, and cor.test_list.

Examples

 NULL


[Package YAPSA version 1.18.0 Index]