Description Usage Arguments Value
View source: R/summarization.R
Extracts the salient results from a tree model. The new interface to the old "get_*_results" functions
1 | summarize_model(model, tree, leaf_scales = NULL, just_leaves = TRUE, ...)
|
model |
the model to summarize |
tree |
the tree used to fit the model |
leaf_scales |
scaling factors for the leaves, useful if the leaf response variables were scaled before modelling. |
add_fixed_effect |
whether or not to incorporate the fixed add the main effect to the leaf effects. |
p0 |
the leaf coefficient name |
p1 |
the first layer parent name |
p2 |
the second layer parent name |
A list containing
fix
The fixed effects of the model
effects
The estimated median effects in the model
ranints
The estimated random intercepts from the model
b_post
The effect posterior samples
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.