[問題類型]
在使用C50套件時發生問題
[軟體熟悉度]
學了R約半年多,會基本的操作
[問題敘述]
在安裝打開完C50後嘗試使用C5.0()函數,但console區域會一直回傳 object of type 's4'
is not subsettable。不知該怎麼解決此問題比較好。
[程式範例]
install.packages("C50")
library(C50)
test=C5.0(x[,1:10])
→Error in x[, 1:10]: object of type 's4' is not subsettable
[環境敘述]
R 3.5.0
R studio 1.1.423
Windows 10