| print.ctreeMI | R Documentation |
Prints a header summarizing the stacked-imputation settings, followed by the standard partykit tree output.
## S3 method for class 'ctreeMI'
print(x, ...)
x |
An object of class |
... |
Further arguments passed to the partykit print method. |
x, invisibly.
ctree_stacked, summary.ctreeMI
set.seed(1)
imp_list <- lapply(1:5, function(i) {
set.seed(i)
data.frame(y = rnorm(80), x = rnorm(80))
})
fit <- ctree_stacked(y ~ x, data = imp_list, verbose = FALSE)
print(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.