2017-04-06 43 views
0

我最近安裝了coefplot軟件包來繪製幾個多元迴歸的置信區間。Coefplot致命的繪圖錯誤ggproto [R]

但是,我收到一個致命錯誤。我遵循@jashu列出的所有步驟,在 this post並重新啓動R,但它沒有解決我的問題。

我的代碼:

coefplot:::buildModelCI(fit) #This works 
coefplot(fit) #This causes error and does not plot 

我的錯誤:

Warning: Ignoring unknown aesthetics: xmin, xmax 
Error: PositionDodgeV was built with an incompatible version of ggproto. 
Please reinstall the package that provides this extension. 

回答

1

想通了:

devtools::install_github("jaredlander/coefplot") 

好像jaredlander最近更新coefplot,這是造成錯誤。