Draws multiple scatter plots of all effect estimates against AIC
Draws multiple scatter plots of all effect estimates against AIC
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.
all_plot_aic2(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".