Description Usage Arguments Value
View source: R/model_summary.R
Short summary of the HLM Model
1 2 3 4 5 | model_summary(
nlme_object,
sig_threshold = 0.05,
model_performance = c("R2_fixed_effect", "R2_full_model")
)
|
nlme_object |
lme object from 'nlme::lme' |
sig_threshold |
default 0.05. The significant column will show 'sig' in rows that are below the sig_threshold |
model_performance |
vector. default to c('R2_fixed_effect','R2_full_model'). 'R2_full_model' for conditional R^2. 'R2_fixed_effect' for marginal R^2. 'icc' for intraclass correlation coefficient. Used the 'performance::r2()' and 'performance::icc()' for model performance |
a dataframe with estimate, degree of freedom, p_value, and whether that p_value is significant
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.