View source: R/randomforesttable.R
RandomForestTable | R Documentation |
Creates a pretty formattable table for random forest.
RandomForestTable(
importance,
z.statistics,
p.values,
sort.by.importance = TRUE,
title = "",
subtitle = "",
footer = "",
p.cutoff = 0.05
)
importance |
A matrix of importance values from the regression. |
z.statistics |
A vector or matrix of z statistics of the importance values. |
p.values |
A vector or matrix of p values of the importance values. |
sort.by.importance |
Sort the last column in descending order. |
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 determining significance. |
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.