variableSummary {facopy}R Documentation

Variable Summary

Description

For each pair of values in a variable, it performs a statistical test to see whether samples with such variable values present significantly different spans of a certain alteration type.

Usage

variableSummary(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 spans and significance for each pair of values in a variable and alteration type.

Author(s)

David Mosen-Ansorena

Examples

data(myStudy) # load example study

variableSummary(myStudy)

[Package facopy version 1.13.0 Index]