R - ggplot2 - Visualize deviations from base model
问题 base = c(1.84,3.92,1.67,1.12,1.63,.62,.59) e1 = c(.61,1.47,1.68,1.95,1.64,.61,.72) e2 = c(.64,7.08,1.67,1.12,1.44,.46,.76) e3 = c(.64,4.47,1.68,2.04,1.45,.4,1.35) e4 = c(.78,1.61,1.62,1.09,1.46,.66,.76) e5 = c(.78,.99,1.62,2.32,1.46,.73,.52) df = data.frame(base,e1,e2,e3,e4,e5) I have the following parameters from a baseline model and 5 other exploratory models. I'm trying to do as much job as possible for the reader so I'm thinking about going beyond tabling this out. Is there a way to plot