Skip to contents

Function for Generating Enhanced Tree Summaries of Variables

Usage

vtree3(
  data,
  vars,
  percvar,
  percvarLevel,
  summaryvar,
  prunebelow,
  pruneLevel1,
  pruneLevel2,
  follow,
  followLevel1,
  followLevel2,
  excl = FALSE,
  vp = TRUE,
  horizontal = FALSE,
  sline = TRUE,
  varnames = FALSE,
  nodelabel = TRUE,
  pct = FALSE,
  showcount = TRUE,
  legend = FALSE,
  pattern = FALSE,
  sequence = FALSE,
  ptable = FALSE,
  mytitle = "",
  useprunesmaller = FALSE,
  prunesmaller = 5,
  summarylocation = "leafonly",
  style = "default",
  showInterpretation = TRUE,
  survival = FALSE,
  labs = FALSE,
  response = FALSE
)

Arguments

data

The data as a data frame.

vars

.

percvar

.

percvarLevel

.

summaryvar

.

prunebelow

.

pruneLevel1

.

pruneLevel2

.

follow

.

followLevel1

.

followLevel2

.

excl

.

vp

.

horizontal

.

sline

.

varnames

.

nodelabel

.

pct

.

showcount

.

legend

.

pattern

.

sequence

.

ptable

.

mytitle

.

useprunesmaller

.

prunesmaller

.

summarylocation

.

style

.

showInterpretation

.

survival

.

labs

.

response

.

Value

A results object containing:

results$todoa html
results$text1a html
results$text2a preformatted

Examples

# \donttest{
# Example will be added
# }