Actually it derives from a stupid question.
I have the data file like
Ulti Part Tply
120.00 86.11 0.0064
119.00 84.22 0.0063
123.00 86.90 0.0065
117.00 83.11 0.0063
120.00 85.91 0.0062
I expect to get statistics result by proc mean including CV and output to a new dataset like
Ulti Part Tply
Mean
Min
Max
CV
STDDEV
N
I can't get CV line from proc mean.
So I hope to calculate it from STDDEV/MEAN
Hoo to do it?
I 'm really appreciate your help,The format is too hard to adjust.
I have the data file like
Ulti Part Tply
120.00 86.11 0.0064
119.00 84.22 0.0063
123.00 86.90 0.0065
117.00 83.11 0.0063
120.00 85.91 0.0062
I expect to get statistics result by proc mean including CV and output to a new dataset like
Ulti Part Tply
Mean
Min
Max
CV
STDDEV
N
I can't get CV line from proc mean.
So I hope to calculate it from STDDEV/MEAN
Hoo to do it?
I 'm really appreciate your help,The format is too hard to adjust.