在运行代码:“#逐个剔除检验
single <- mr_leaveoneout(dat)
mr_leaveoneout_plot(single)”时出现了“Error: 'scale_linewidth_manual' is not an exported object from 'namespace:ggplot2'”的报错内容。
有无大神能解答一下
single <- mr_leaveoneout(dat)
mr_leaveoneout_plot(single)
后续已解决。更换思路,考虑可能是包没有更新,重新下载后就行了。
install.packages("ggplot2")