bobguy 发表于 2011-6-21 03:23
Excuting the following program will change the default format pvalue6.4 to a desired pvalue format. In the example below, it will keep 5 decimal digits
%let digits=5;
proc template;
define column Common.pValue;
notes "Default p-value column";
just = r;
format = pvalue%eval(&digits+2).&digits;
end;
run;
”


雷达卡
京公网安备 11010802022788号







