variableCor {facopy}R Documentation

Variable Correlations

Description

Correlations between pairs of variables in a facopyInfo object.

Usage

variableCor(fad, filename = NULL)

Arguments

fad

facopyInfo object with a certain study's facopy data.

filename

Optional. A character specifying the name of the file to which to output the table with variable correlations.

Details

A data.frame is always returned, and optionally written to a file.

Value

A data.frame with alteration variable correlations, with a combination of the appropriate parametric and non-parametric tests.

Author(s)

David Mosen-Ansorena

Examples

data(myStudy) # load example study

variableCor(myStudy)

[Package facopy version 1.13.0 Index]