Description Usage Arguments Value Examples
makeCatSum calculates a categorical summary and wrapes an object around it
1 | makeCatSum(cat.sum.task)
|
cat.sum.task |
[ |
CatSumObj
1 2 3 4 | data("Arthritis", package = "vcd")
cat.sum.task = makeCatSumTask(id = "Arthritis.Task", data = Arthritis, target = "Improved")
#get the categorical summary task object
cat.sum.result = makeCatSum(cat.sum.task)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.