Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/r/64.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
我在RStudio中创建客户流失树分类时出错_R_Classification_Customer_Churn - Fatal编程技术网

我在RStudio中创建客户流失树分类时出错

我在RStudio中创建客户流失树分类时出错,r,classification,customer,churn,R,Classification,Customer,Churn,代码如下: churn_ctree <- rpart(Churn ~ . - churn1 - PaperlessBilling - customerID, data = churn_train, method = "class”) chorn\u ctree

代码如下:

churn_ctree <- rpart(Churn ~ . - churn1 - PaperlessBilling - customerID, data = churn_train, method = "class”)
chorn\u ctree