View source: R/importancetable.R
ImportanceTable | R Documentation |
Creates a pretty formattable table for relative/Shapley importance output.
ImportanceTable(
driver.analysis.output,
row.labels,
title = "",
subtitle = "",
footer = "",
p.cutoff = 0.05,
output.type
)
driver.analysis.output |
A list containing the relative importance scores, output coefficients and significance test values. The list needs to contain the following elements:
For
For
|
row.labels |
The row labels corresponding to the predictor variable names/labels. |
title |
The title for the table. |
subtitle |
Subtitle for the table. |
footer |
Text to place in the footer of the table. |
p.cutoff |
The alpha level used when formatting the p-value column. |
output.type |
A character string denoting the output type
|
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.