Description Usage Arguments Value Examples
View source: R/plotting.functions.R
Render a tornado table
1 2 3 4 5 6 | get.tornado.table(
outcome.variable,
parameters = parms.tried.df,
outcomes = outcomes.summary.df,
method = "kendall-partial-correlation-slow"
)
|
outcome.variable |
a character element. |
parameters |
the parms.tried.df data frame. |
outcomes |
the outcomes.summary.df data frame. |
method |
a character element ("kendall-partial-correlation-slow", "pearson-partial-correlation-fast", #' "pearson-partial-correlation-slow", "spearman-partial-correlation-slow", "negative-log-p-value", "t-test"). |
none.
1 2 3 4 5 6 7 8 9 10 11 12 | # Load demo data
data("EpiSim.demo")
# Define results
parameters.swept <- EpiSim.demo$parameters
outcomes.summary.df <- EpiSim.demo$results
get.tornado.table(
outcome.variable = "maxInc",
parameters = parameters.swept,
outcomes = outcomes.summary.df
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.