Description Usage Arguments Value Examples
Creates an Correlation Report object
1 2 | ## S3 method for class 'CorrObj'
makeReport(analysis.obj)
|
analysis.obj |
[ |
CorrReport
1 2 3 | corr.task = makeCorrTask(id = "test", data = cars)
corr.result = makeCorr(corr.task)
corr.report = makeReport(corr.result)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.