這是一般的虹膜建模代碼和結果: This is the general iris modeling code and result:
> library(party)
> library(rpart)
> library(tree)
> library(caret)
> train = sample(1:nrow(iris),nrow(iris)
我是一個新的R用戶,我的最終目標是使用prp。我已經使用下面的代碼來安裝rpart.plot。我需要對我的代碼進行哪些更改才能使用prp? install.packages("rpart.plot", lib = "C:\\Users\\Desktop\\rpart.plot_2.1.2")
?prp
output: No documentation for ‘prp’ in specifi