p_annotator: Regression table with summary annotations (like stargazer)...

Description Usage Arguments Value Note Examples

View source: R/model_summary_kabletype.R

Description

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.

Usage

1
p_annotator(model_list)

Arguments

model_list

A list of model objects generated by lm_list or custom generated list

Value

A tbl

Note

Currently only 3 models are tidied (in join step) due to column name mismatch

Examples

1
p_annotator(list(lme_model3, lme_model2, lme_model1))

DeependraD/expdean documentation built on Nov. 25, 2019, 12:33 a.m.