estimate_plot: Return a plot of a list of models estimates and their...

View source: R/plots.r

estimate_plotR Documentation

Return a plot of a list of models estimates and their intervals

Description

Creates a scatter plot with one point for each estimate and lineranges for their confidence intervals.

Usage

estimate_plot(model_list, model_names, coefficient = NULL)

Arguments

model_list

A list of statistical model objects.

model_names

A character vector containing the list of model names.

coefficient

The model term to be compared across all models.

Value

An invisible plot containing all model estimates as a ggplot


lukehannan/lumisc documentation built on May 9, 2022, 12:59 p.m.