variableCor {facopy} | R Documentation |
Correlations between pairs of variables in a facopyInfo
object.
variableCor(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 variable correlations, with a combination of the appropriate parametric and non-parametric tests.
David Mosen-Ansorena
data(myStudy) # load example study variableCor(myStudy)