Description Usage Arguments Value Note Examples
View source: R/model_summary_kabletype.R
This function accepts a list of models, for multiple response variables,
and even when fitted with different model terms
this is similar to 'stargazer::stargazer' but more friendly to tweak
It accepts a list of model (i.e. 'lm', 'lme', etc.) with (suitably some) common terms
It returns a tibble with annotations – the stars correspond to the level of significance,
the standard error are shown in parenthesis, etc.
This function is most suitable when working with random effects models
fitted using lme
or else.
1 | p_annotator(model_list)
|
model_list |
A list of model objects generated by lm_list or custom generated list |
A tbl
Currently only 3 models are tidied (in join step) due to column name mismatch
1 | p_annotator(list(lme_model3, lme_model2, lme_model1))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.