MaxDiffTableClasses | R Documentation |
Creates a pretty formattable table for max-diff output.
MaxDiffTableClasses(
probabilities,
column.labels,
title = "",
subtitle = "",
footer = ""
)
probabilities |
A matrix of the probabilities to be shown in the table. |
column.labels |
Labels to show in the columns. |
title |
The title for the table. |
subtitle |
Subtitle for the table. |
footer |
Text to place in the footer of the table. |
This is based on code written by Kenton Russell.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.