Description Usage Arguments Details Value Author(s) Examples
View source: R/facopy_internal_v45.r
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.
1 | variableSummary(fad, filename = NULL)
|
fad |
|
filename |
Optional. A character specifying the name of the file to which to output the table with variable correlations. |
A data.frame
is always returned, and optionally written to a file.
A data.frame
with alteration spans and significance for each pair of values in a variable and alteration type.
David Mosen-Ansorena
1 2 3 | data(myStudy) # load example study
variableSummary(myStudy)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.