私はSPSSを初めて使用し、空のセルに平均値を生成しようとしています(基本的に、ユーザーが与えた平均回答によって不足している情報を埋めます)。サンプルコードを機能させることができません(またはサンプルをよく理解しています)。
COMPUTE QOL_puutt = Nmiss(ass, bass, grass, gas).
この部分は分かります
Do repeat A = ass1 ass2 ass3. If ((Missing (A)) & QOL_puutt <= 4) A
= RND(Mean (ass1, ass2, ass3)). End repeat.
ここで何かがうまくいかない。ass1,ass2,ass3 はセル (列 ass 行 3) を参照することを理解しました??? ここにエラーコードがあります
Error # 4285 in column 15. Text: ass1 Incorrect variable name: either the name is more than 64 characters, or it is not defined by a previous command. Execution of this command stops.
Error # 4285 in column 15. Text: ass2 Incorrect variable name: either the name is more than 64 characters, or it is not defined by a previous command. Execution of this command stops.
Error # 4285 in column 15. Text: ass3 Incorrect variable name: either the name is more than 64 characters, or it is not defined by a previous command. Execution of this command stops