Class | Analysis and data manipulation command |
Name | mean | cor |
Arguments | <quantitative trait 1> <quantitative trait 2> [...<quantitative trait N>] |
Calculates means, standard deviation and correlation matrix for a list of traits.
Example:
cor $q >> cor $q Variable Mean Stand Dev Correlations ---------- ------------ ------------ --------------------- age 22.6316 15.5329 1.00 height 155.9211 23.6936 0.56 1.00 weight 57.0789 24.5936 0.57 0.72 1.00 chol 198.5684 66.6355 0.22 0.01 0.01 1.00 HDL 48.6789 11.4137 0.04 0.03 -.13 -.03 1.00 LDL 131.6842 63.8429 0.19 0.02 0.01 0.97 -.13 1.00 trig 80.3737 44.6262 0.35 0.08 0.26 0.25 -.32 0.18 1.00 Number of variables = 7 No. usable observations = 190 ( 81.9%)
<< (hist) | Up to index | >> (pca) |