[問題] 用R軟體做購物籃分析(關聯規則)
[問題類型]:
程式諮詢(我想用R 做某件事情,但是我不知道要怎麼用R 寫出來)
[軟體熟悉度]:
新手(沒寫過程式,R 是我的第一次)
[問題敘述]:
各位前輩們好 我是第一次使用R 之前也沒有寫程式的經驗
要做購物籃分析 使用的是arules這個套件
手上有一個.csv檔案 格式如下
ID ItemA ItemB ItemC ItemD
1 1 0 0 1
2 0 1 0 1
3 1 1 1 0
4 1 0 0 1
5 1 1 0 1
......
我主要是參考這篇 以及其他網路相關資料
http://xccds1977.blogspot.tw/2011/08/apriori.html
步驟如下
1.安裝用來跑購物籃分析的套件arules
並把.csv檔案匯入R
2.想把數據轉為合適的格式
輸入的程式碼如下
data2<-as(test2, "transactions")
輸入後顯示 no method or default for coercing “data.frame” to “transations”
碰到的問題和這位網友一樣
http://cos.name/cn/topic/112247
這位網友後來有找到解決方法
說是要轉成矩陣的格式
想請教各位先進
要怎麼樣才能轉成適合的矩陣格式呢?
(不好意思 因為沒有什麼基礎 看了很多資料卻不知道該怎麼做
只好上來詢問 謝謝各位的幫忙)
--
[其它參考資料]:
http://www.dataguru.cn/article-3326-1.html
http://cran.r-project.org/web/packages/arules/vignettes/arules.pdf
http://cos.name/2013/02/association-rules-with-r-and-sas/
http://web.ydu.edu.tw/~alan9956/docu/refer/R07_AssociationRules_northwind.pdf
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 61.230.222.140
※ 編輯: shirley587 來自: 61.230.222.140 (01/25 23:19)
→
01/25 23:20, , 1F
01/25 23:20, 1F
→
01/25 23:27, , 2F
01/25 23:27, 2F
→
01/25 23:27, , 3F
01/25 23:27, 3F
R_Language 近期熱門文章
PTT數位生活區 即時熱門文章