問題タブ [gini]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
6505 参照

group-by - SAS:一度にすべての変数に対してグループごとに頻度を計算しますか?

Proc freq を使用して、従属変数 (対数給与) と独立変数 (crhits、crhome など) の間の Somers の D を計算します。

1 つの proc freq ステートメントですべての結果を取得する方法はありますか?

私が現在使用しているコードは

各変数 crhits、crhome などの出力 "somersd" を 1 つのテーブルで取得し、これをすべて 1 つの手順で実行することを検討していますが、これは可能ですか?