Description Usage Arguments Value
View source: R/show_mantelhaenszel.R
This function is largely copied from partykit:::node_inner and adapted to display larger inner nodes with corresponding Mantel-Haenszel classification summaries
1 2 3 4 5 6 7 8 | show_mantelhaenszel(
object,
id = TRUE,
pval = TRUE,
abbreviate = FALSE,
fill = "white",
gp = gpar()
)
|
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 |
A function that can be used as a value for the argument 'inner_panel' in plot.raschtree()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.