Learn R Programming

LCA (version 0.1.1)

LCD: Localised Co-Dependency Estimates

Description

Evaluates Statistical Significance of Localised Co-Dependency (LCD)

Usage

LCD(x1,x2,seed.row,PTLmodel)

Arguments

x1

Numeric data vector giving values of all features for one selected object

x2

Numeric data vector giving values of all features for another selected object

seed.row

Numeric value specifying which row of data table to use as 'seed' feature with which to evaluate co-dependency

PTLmodel

List with named elements alpha, beta and gamma specifying PTL parameters

Value

Numeric vector giving p-values for significance estimates of localised co-dependency, with the feature specified by seed.row, of all features in the dataset being analysed.

Details

Function to evaluate LCD, between two selected objects, for all features in a dataset against the feature represented by seed.row.