combine_regression_estimates | R Documentation |
This function combine a list of regression results
combine_regression_estimates(
est_list,
est_name = "estimate",
seq = 1:length(est_list)
)
est_list |
A list of regression tibbles |
est_name |
A character for the estimate column name, default is 'estimate' |
seq |
a numeric vector to label each regression tibble, default is a sequential number; |
A tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.