-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(quantify) 对
PATTERN
指定的统计量去重 #23
对 PATTERN 指定的统计量去重后,传入 PROC MEANS 语句的 output-statistic-specification(s),将不会引发输出变量的冲突。
- Loading branch information
1 parent
60d9e2b
commit 67042ac
Showing
2 changed files
with
100 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
stat_list_nodup
表示去除重复统计量后的统计量列表,名称不同但含义相同的统计量也会被去重 eg.STDDEV STD
;stat_list_names
表示PROC MEANS
输出数据集中统计量的名称,可能包含重复的统计量 eg.STDDEV = age_STDDEV STD = age_STD