Learn R Programming

matie (version 1.0)

tap: Test All Pairs (for nonlinear association).

Description

Tries all pairs in an n x m user supplied data set (n observations of m variables). Returns a square matrix of association measures.

Usage

tap(dataSet,one)

Arguments

Value

Returns a square data frame.

Details

All pairs of variables in a user supplied data set are measured for A association. Returns an m x m data frame ( or m-1 x m-1 when one is set) storing A values for each pair of variables in the all pairs test.

References

coming soon

See Also

ma

Examples

Run this code
# measure association for all pairs in a subrange of the baseball dataset
    data(baseballData)
    ap <- tap(baseballData)

Run the code above in your browser using DataLab