all_plot_aic: Draws scatter plot with all effect estimates against AIC

View source: R/all_plot_aic.R

all_plot_aicR Documentation

Draws scatter plot with all effect estimates against AIC

Description

all_plot_aic() generates a scatter plot with all effect estimates against AIC.

Usage

all_plot_aic(data, xlab = "AIC", ylab = NULL, title = NULL)

Arguments

data

Object from all_cox, all_glm, all_speedglm, or all_glm, including all effect estimate values.

xlab

Character string for x-axis name. Default is "AIC"

ylab

Character string for y-axis name. Default depends on original model types.

title

Character for plot title. Default is "NULL".

Value

A ggplot2 object: scatter plot

Examples

vlist <- c("Age", "Sex", "Married", "BMI", "Education", "Income")
results <- all_cox(crude = "Surv(t0, t1, Endpoint) ~ Diabetes", xlist = vlist, data = diab_df)
all_plot_aic(results)

allestimates documentation built on March 31, 2023, 5:28 p.m.