show_mantelhaenszel: Helper function to display the ETS Mantel-Haenszel...

Description Usage Arguments Value

View source: R/show_mantelhaenszel.R

Description

This function is largely copied from partykit:::node_inner and adapted to display larger inner nodes with corresponding Mantel-Haenszel classification summaries

Usage

1
2
3
4
5
6
7
8
show_mantelhaenszel(
  object,
  id = TRUE,
  pval = TRUE,
  abbreviate = FALSE,
  fill = "white",
  gp = gpar()
)

Arguments

object

An object of class raschtree that has the mantelhaenszel statistic added to it. See @examples

id

Argument copied from partykit:::node_inner

pval

Argument copied from partykit:::node_inner

abbreviate

Argument copied from partykit:::node_inner

fill

Argument copied from partykit:::node_inner

gp

Argument copied from partykit:::node_inner

Value

A function that can be used as a value for the argument 'inner_panel' in plot.raschtree()


mirka-henninger/raschTreeEffectSize documentation built on Nov. 14, 2021, 11:15 p.m.