Description Usage Arguments Value Examples
makeNumSum calculates a numeric summary and wrapes an object around it
1 | makeNumSum(num.sum.task)
|
num.sum.task |
[ |
NumSumObj
1 2 3 4 5 | 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.