correlationTable {cg} | R Documentation |
Compute Correlations
Description
Create a table of correlations of the data in a cg data object.
Usage
correlationTable(data, display = "print", ...)
Arguments
data |
A data object created and prepared (see |
display |
One of three valid values:
|
... |
Additional arguments. Currently only one is valid:
|
Value
A method-specific correlationTable
object is returned.
See the specific methods for discussion of return values.
Note
Contact cg@billpikounis.net for bug reports, questions, concerns, and comments.
Author(s)
Bill Pikounis [aut, cre, cph], John Oleynick [aut], Eva Ye [ctb]
See Also
correlationTable.cgPairedDifferenceData
Examples
data(anorexiaFT)
anorexiaFT.data <- prepareCGPairedDifferenceData(anorexiaFT, format="groupcolumns",
analysisname="Anorexia FT",
endptname="Weight",
endptunits="lbs",
expunitname="Patient",
digits=1,
logscale=TRUE)
correlationTable(anorexiaFT.data)