Re: [R] misclassification matrix

2010-10-06 Thread Gregory Ryslik
8182 0.0909091 0.7272727 > > In the above, the diagonal is the % correctly classified. > >> diag(1-prop.table(mat, 1)) > [1] 0.750 0.333 0.2727273 > > > TF > > > > -Original Message- > From: r-help-boun...@r-project.org [mailto:r-h

Re: [R] misclassification matrix

2010-10-06 Thread Tom Fletcher
AM To: R Help Subject: [R] misclassification matrix HI Everyone, I am working with the following situation. I have n observations and j possible outcomes and each one of the n observations is assigned a class from 1 to j. Furthermore, this process is done m times (for some large m > 1000). Wha

[R] misclassification matrix

2010-10-06 Thread Gregory Ryslik
HI Everyone, I am working with the following situation. I have n observations and j possible outcomes and each one of the n observations is assigned a class from 1 to j. Furthermore, this process is done m times (for some large m > 1000). What I want to do is create a misclassification matrix