[R-SIG-Finance] format.data.frame

arnaud Gaboury arnaud.gaboury at gmail.com
Mon Dec 22 17:37:19 CET 2008


Hi everybody

Here is the output :

> res2
       cvar standardDev vol10j vol200j sharpe
Dow    8.56        2.56  33.44   43.88  -0.04
Schatz 0.44        0.15   3.00    2.50  -0.72
Bobl   0.88        0.32   5.45    5.44  -0.33
Bunds  1.33        0.46   8.06    7.69  -0.23
US2Y   0.74        0.21   1.99    3.45  -0.52
US5Y   1.48        0.45   5.59    7.42  -0.24
US10Y  2.12        0.63   9.60   10.43  -0.17
> str(res2)
'data.frame':   7 obs. of  5 variables:
 $ cvar       : num  8.56 0.44 0.88 1.33 0.74 1.48 2.12
 $ standardDev: num  2.56 0.15 0.32 0.46 0.21 0.45 0.63
 $ vol10j     : num  33.44  3.00  5.45  8.06  1.99 ...
 $ vol200j    : num  43.88  2.50  5.44  7.69  3.45 ...
 $ sharpe     : num  -0.04 -0.72 -0.33 -0.23 -0.52 -0.24 -0.17



How can I center my results? I tried this:
> format.data.frame(res2,justify="centre")
But it’s going nowhere.

Tanks for any help,

Arno



More information about the R-SIG-Finance mailing list