Re: [R] Knowledge discovery

2010-07-02 Thread David Winsemius
On Jul 2, 2010, at 5:37 AM, abanero wrote: Hi, I have 10 units with 10 attributes (attr1, attr2, attr3, etc...) For instance: unit attr1 attr2 attr3 ... 1 a ww 12 2 a re 11 3 b ww 09 4 c yt 02 5 a qw 02

Re: [R] Knowledge discovery

2010-07-02 Thread abanero
with "table" function you can just build a contigence table. What do you think about "arules" package? I thought "mining associative rules" is the correct approach to the problem.. Thanks Abanero -- View this message in context: http://r.789695.n4.nabble.com/Knowledge-discovery-tp2276207p227

Re: [R] Knowledge discovery

2010-07-02 Thread Carlos Ortega
Hello, For the first question, you can use "table" function. Read how to apply it, it is very straitghforward. Once you have the most common combination, you have to investigate further this combination to apply a statistical model to it. What model?. It depends on what are you looking for. Rega

[R] Knowledge discovery

2010-07-02 Thread abanero
Hi, I have 10 units with 10 attributes (attr1, attr2, attr3, etc...) For instance: unit attr1 attr2 attr3 ... 1 a ww 12 2 a re 11 3 b ww 09 4 c yt 02 5 a qw 02 ... I'd like to answer to the question: a