无法为签名'“data.frame”找到函数'X'的继承方法

时间:2016-07-12 17:27:00

标签: r

我收到此消息,说明我尝试在我的数据中执行的各种功能。

bas <- read.delim("C:/Users/y710740/Desktop/basketanalysis.txt")
  

警告讯息:       1:在read.table(path,encoding = encoding,header = header,sep = sep,:         第1行似乎包含嵌入的空值       2:在read.table(path,encoding = encoding,header = header,sep = sep,:         readTableHeader在'C:/Users/y710740/Desktop/basketanalysis.xlsx'找到的不完整的最后一行

bas$Retailer <- NULL
library("arules", lib.loc="C:/Program Files/R/R-3.3.1/library")    
library("methods", lib.loc="C:/Program Files/R/R-3.3.1/library")
affinity(bas)
  

(函数(classes,fdef,mtable)中的错误:         无法为签名'“data.frame”'

找到函数'affinity'的继承方法

0 个答案:

没有答案