Skip to content
Prev 299763 / 398503 Next

MODE , VARIANCE , NTH PERCENTAILE

Hi,
Here i have an matrix like this,

ABC    PQR    XYZ   MNO
------   -------   ------   --------
3            6        7          15
2          12        24        15
20         5         1           2
25          50      15         35

i need to get the 
                                      "MODE" - for each column-wise
                                      "VARIANCE" - for each column-wise
                                      "25TH-PERCENTAILE" -for each
column-wise

i tried alots, and it was difficult to get. Someone can help me out please ?

- Antony                                        


--
View this message in context: http://r.789695.n4.nabble.com/MODE-VARIANCE-NTH-PERCENTAILE-tp4636112.html
Sent from the R help mailing list archive at Nabble.com.