Re: [R] Intransitive DAG

2011-07-11 Thread Thomas S. Dye
(Ted Harding) writes: > On 11-Jul-11 19:28:12, Thomas S. Dye wrote: >> Aloha all, >> >> I have an adjacency matrix for an acyclic digraph that >> contains transitive relations, e.g. (u,v), (v,w), (u,w). >> I want a DAG with only intransitive relations. Can someone >> point me to an R function th

Re: [R] Intransitive DAG

2011-07-11 Thread Thomas S. Dye
Peter Langfelder writes: > On Mon, Jul 11, 2011 at 12:28 PM, Thomas S. Dye wrote: >> Aloha all, >> >> I have an adjacency matrix for an acyclic digraph that contains >> transitive relations, e.g. (u,v), (v,w), (u,w).  I want a DAG with only >> intransitive relations.  Can someone point me to an

Re: [R] Intransitive DAG

2011-07-11 Thread David Winsemius
On Jul 11, 2011, at 7:25 PM, Thomas S. Dye wrote: David Winsemius writes: On Jul 11, 2011, at 3:28 PM, Thomas S. Dye wrote: Aloha all, I have an adjacency matrix for an acyclic digraph that contains transitive relations, e.g. (u,v), (v,w), (u,w). I want a DAG with only intransitive relat

Re: [R] Intransitive DAG

2011-07-11 Thread Thomas S. Dye
David Winsemius writes: > On Jul 11, 2011, at 3:28 PM, Thomas S. Dye wrote: > >> Aloha all, >> >> I have an adjacency matrix for an acyclic digraph that contains >> transitive relations, e.g. (u,v), (v,w), (u,w). I want a DAG with >> only >> intransitive relations. Can someone point me to an R

Re: [R] Intransitive DAG

2011-07-11 Thread Peter Langfelder
On Mon, Jul 11, 2011 at 12:28 PM, Thomas S. Dye wrote: > Aloha all, > > I have an adjacency matrix for an acyclic digraph that contains > transitive relations, e.g. (u,v), (v,w), (u,w).  I want a DAG with only > intransitive relations.  Can someone point me to an R function that will > take my adj

Re: [R] Intransitive DAG

2011-07-11 Thread Ted Harding
On 11-Jul-11 19:28:12, Thomas S. Dye wrote: > Aloha all, > > I have an adjacency matrix for an acyclic digraph that > contains transitive relations, e.g. (u,v), (v,w), (u,w). > I want a DAG with only intransitive relations. Can someone > point me to an R function that will take my adjacency > matr

Re: [R] Intransitive DAG

2011-07-11 Thread David Winsemius
On Jul 11, 2011, at 3:28 PM, Thomas S. Dye wrote: Aloha all, I have an adjacency matrix for an acyclic digraph that contains transitive relations, e.g. (u,v), (v,w), (u,w). I want a DAG with only intransitive relations. Can someone point me to an R function that will take my adjacency m

[R] Intransitive DAG

2011-07-11 Thread Thomas S. Dye
Aloha all, I have an adjacency matrix for an acyclic digraph that contains transitive relations, e.g. (u,v), (v,w), (u,w). I want a DAG with only intransitive relations. Can someone point me to an R function that will take my adjacency matrix and give me back one with only intransitive relations