preview {facopy} | R Documentation |
A wrapper function for variableSummary
, alterationSummary
and variableCor
.
preview(fad, folder = NULL)
fad |
|
folder |
Optional. A character specifying the name of the file to which to output the table with variable correlations. |
A list of data.frame
is always returned, and optionally written to files in a specified folder.
A list of data.frame
with the results of calling the functions variableSummary
, alterationSummary
and variableCor
.
David Mosen-Ansorena
data(myStudy) # load example study myCallsPreview = preview(myStudy) myCallsPreview$byVar head(myCallsPreview$byAlt) myCallsPreview$varCor