Re: [R] XML: Reading transition matrices into R

2009-11-13 Thread stefan.d...@gmail.com
Thank you so much You really helped me a lot! Best from R'dam, Stefan On Fri, Nov 13, 2009 at 2:14 AM, Duncan Temple Lang wrote: > > > stefan.d...@gmail.com wrote: >> Hello, >> thanks a lot. This is a form which I can work with in R. >> >> Another question, which I hope is not a bridge too

Re: [R] XML: Reading transition matrices into R

2009-11-12 Thread Duncan Temple Lang
stefan.d...@gmail.com wrote: > Hello, > thanks a lot. This is a form which I can work with in R. > > Another question, which I hope is not a bridge too far: Can I write > the R matrix which your code created back into the xml format (i.e. > with the same tags and structure) from which it came an

Re: [R] XML: Reading transition matrices into R

2009-11-12 Thread stefan.d...@gmail.com
Hello, thanks a lot. This is a form which I can work with in R. Another question, which I hope is not a bridge too far: Can I write the R matrix which your code created back into the xml format (i.e. with the same tags and structure) from which it came and hence feed it back to the original softwa

Re: [R] XML: Reading transition matrices into R

2009-11-12 Thread Duncan Temple Lang
stefan.d...@gmail.com wrote: > Hello, > from a software I have the following output in xml (see below): > It is a series of matrices, for each age one. I have 3 categories > (might vary in the application), hence, 3x3 matrices where each > element gives the probability of transition from i to j.

[R] XML: Reading transition matrices into R

2009-11-12 Thread stefan.d...@gmail.com
Hello, from a software I have the following output in xml (see below): It is a series of matrices, for each age one. I have 3 categories (might vary in the application), hence, 3x3 matrices where each element gives the probability of transition from i to j. I would like read this data into R (prefe