Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
散布図の各グループに度数 (n=) を追加しようとしています。
proc sgplot data= FrequencyAdd(where=(count = 6 and person = "Jim")); scatter x=adm_dt y=Brand/ group = Brand freq=Freq_Flag; run;
頻度フラグは常に 1 で、個人を追跡します。
助言がありますか?