get.tornado.table: Render a tornado table

Description Usage Arguments Value Examples

View source: R/plotting.functions.R

Description

Render a tornado table

Usage

1
2
3
4
5
6
get.tornado.table(
  outcome.variable,
  parameters = parms.tried.df,
  outcomes = outcomes.summary.df,
  method = "kendall-partial-correlation-slow"
)

Arguments

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").

Value

none.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
# Load demo data
data("no.name.demo")

# Define results
parameters.swept <- no.name.demo$parameters
outcomes.summary.df <- no.name.demo$results

get.tornado.table(
  outcome.variable = "maxInc",
  parameters = parameters.swept,
  outcomes = outcomes.summary.df
)

barnzilla/no.name documentation built on Oct. 14, 2020, 3:25 p.m.