Description Usage Arguments Value
View source: R/summarization.R
Extract the salient results from an stan_glmer model
1 2 | get_sglm_results(smod, tree, sds, justLeaves = FALSE, addFix = TRUE,
main = "SEX", struct = "name")
|
smod |
The stan_glmer model |
tree |
The tree of interest |
sds |
SDs used in scaling leaf volumes |
justLeaves |
Whether or not to just extract effects at leaves |
addFix |
Whether to add the fixed effects before scaling |
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.