当尝试在crPlot()
包中使用car
函数时,我遇到了此错误:
m1 <- lm(socst ~ read+write, data=hsb2)
crPlot(m1)
crPlot.lm(m1)中的错误:参数“变量”丢失,没有默认值
avPlot()
也会发生相同的错误。
答案 0 :(得分:1)
从文档中:
lm crPlot的S3方法(模型,变量,id = FALSE, order = 1,line = TRUE,smooth = TRUE, col = carPalette()[-1],col.lines = carPalette()[-1], xlab,ylab,pch = 1,lwd = 2,grid = TRUE,...)
variable:带引号的字符串,给出水平轴的变量名称。
此外,通常应使用“ crPlots”,而不是“ crPlot”。