Description Usage Arguments Value Examples
Creates an Numeric Summary Report object
1 2 | ## S3 method for class 'NumSumObj'
makeReport(analysis.obj)
|
analysis.obj |
[ |
NumSumReport
1 2 3 4 5 6 7 | data("Aids2", package = "MASS")
num.sum.task = makeNumSumTask(id = "AidsTask", data = Aids2,
target = "sex")
#get the numeric summary task object
num.sum.result = makeNumSum(num.sum.task)
#create the numeric summary report
num.sum.report = makeReport(num.sum.result)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.