具体的程序如下:
> plot(summary(fit1),mar = c(5.1, 4.1, 2.1, 2.1), parm = c(1,2,3,4), main = "", xlab = "taus",ylab =c("intercept","ban","ins","sto"), cex = 1, pch = 19)
Error in xy.coords(x, y, xlabel, ylabel, log) :
'x' is a list, but does not have components 'x' and 'y'
这个程序也是从论坛上找到的,,出现的错误不知是什么意思,哪位大神给解释下