How could I get the “number of the observation, mean, standard deviation, miniment, 1percentile, median, 99 percentile, maxment” for column p,q,r in one time in R?I know summary()function can do this,but the result don't have standard deviation and 99 percentile. I also need to learn how to make the output have a good shape. The following is my data:
Year p q r s t
2003 3 5 5 4 7
2004 4 7 2 5 9
2005 5 1 7 5 8
2006 5 3 5 6 4
2007 6 1 9 7 1