all_plot_aic2 {allestimates} | R Documentation |
Draws multiple scatter plots of all effect estimates against AIC
Description
all_plot_aic2()
draws multiple scatter plots of
all effect estimates against AIC. Each plot indicates if a specific
variable is included in the models.
Usage
all_plot_aic2(data, xlab = "AIC", ylab = NULL, title = NULL)
Arguments
data |
Object from |
xlab |
Character string for x-axis name. Default is |
ylab |
Character string for y-axis name. Default depends on original model types. |
title |
Character for plot title. Default is |
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(data = results)
[Package allestimates version 0.2.3 Index]