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.
.xls データを SPSS ソフトウェアにインポートした後、文字列変数を Numeric Continuous に変更すると、それらが表示されなくなります。
それを修正する方法は?
ありがとうございました
SPSS ではそれを行うことはできません。変数全体が消去されます。数値変数を取得するには、次の構文を使用します。
recode StringVar (convert) into NumericFVar. execute.