请问大家运行mplus的时候出现了这样的错误怎么处理?
TITLE: yinzi for 20183 data
DATA:File is D:\data\20183.dat;
Variable:
Names are
cntschid girl nianji birth
escs hisei motheredu sector
fatheredu parentsupportone
satisfaction parentsupporttwo
parentsupportthree
learningenvironmentone
learningenvironmenttwo
learningenvironmentthree
learningenvironmentfour
learningenvironmentfive
teachersconcernone teachersconcerntwo
teachersconcernthree teachersconcernfour
belongingnessone belongingnesstwo
belongingnessthree belongingnessfour
belongingnessfive belongingnesssix
campusbullyingone campusbullyingtwo
campusbullyingthree campusbullyingfour
campusbullyingfive campusbullyingsix
ST185Q01HA ST185Q02HA ST185Q03HA
ST186Q01HA ST186Q02HA ST186Q03HA
ST186Q05HA ST186Q06HA ST186Q07HA
ST186Q08HA ST186Q09HA
ST186Q10HA ST206Q01HA
ST206Q02HA ST206Q03HA ST206Q04HA;
Missing are all (-9999);
USEVARIABLES =satisfaction
ST185Q01HA girl sector ST185Q02HA ST185Q03HA
ST186Q01HA ST186Q02HA ST186Q03HA ST186Q05HA
ST186Q06HA ST186Q07HA ST186Q08HA ST186Q09HA
ST186Q10HA ST206Q01HA ST206Q02HA ST206Q03HA
ST206Q04HA campusbullyingone campusbullyingtwo
campusbullyingthree campusbullyingfour
campusbullyingfive campusbullyingsix
parentsupportone parentsupporttwo
parentsupportthree learningenvironmentone
learningenvironmenttwo learningenvironmentthree
learningenvironmentfour
learningenvironmentfive
teachersconcernone teachersconcerntwo
teachersconcernthree teachersconcernfour
belongingnessone belongingnesstwo
belongingnessthree belongingnessfour
belongingnessfive belongingnesssix;
ANALYSIS: BOOTSTRAP = 1000;
MODEL:
F1 BY satisfaction
ST185Q01HA ST185Q02HA ST185Q03HA
ST186Q01HA ST186Q02HA ST186Q03HA
ST186Q05HA ST186Q06HA ST186Q07HA
ST186Q08HA ST186Q09HA ST186Q10HA
ST206Q01HA ST206Q02HA
ST206Q03HA ST206Q04HA;
F2 BY campusbullyingone
campusbullyingtwo campusbullyingthree
campusbullyingfour campusbullyingfive
campusbullyingsix;
F3 BY parentsupportone parentsupporttwo
parentsupportthree;
F4 BY learningenvironmentone
learningenvironmenttwo
learningenvironmentthree
learningenvironmentfour
learningenvironmentfive;
F5 BY teachersconcernone teachersconcerntwo
teachersconcernthree teachersconcernfour;
F6 BY belongingnessone belongingnesstwo
belongingnessthree belongingnessfour
belongingnessfive belongingnesssix;
! X:girl !M:F2(校园欺凌) Y:F1(幸福感)
F2 ON girl(a); !(a) M对x回归
F1 ON F2(b); !(b) y对m回归
F1 ON girl; !Y对X
! X:F6(校园欺凌) M: F2(归属感) Y:F1
F2 ON F6(c);! M对x回归
F1 ON F2(d); !(d) y对m回归
F1 ON F6; ! y对X
! X:F3(父母支持)!M: F2(校园欺凌)Y:F1
F2 ON F3(e);
F1 ON F2(f);
F1 ON F3;
! X: sector ! M:F2 Y:F1
F2 ON sector(g);
F1 ON F2(h);
F1 ON sector; !Y ON x
! X: F4 M: F2 Y:F1
F2 ON F4(i);
F1 ON F2(j);
F1 ON F4;
! X: F5 M:F2 Y:F1
F2 ON F5(k);
F1 ON F2(l);
F1 ON F5;
MODEL CONSTRAINT:
NEW(indb ind_b1 ind_b2 ind_b3 ind_b4 ind_b5); !命名间接效应
indb = a*b;
ind_b1 = c*d;
ind_b2 = e*f;
ind_b3 = g*h;
ind_b4 = i*j;
ind_b5= k*l;
OUTPUT:CINTERVAL(BCBOOTSTRAP);
*** WARNING in VARIABLE command
Note that only the first 8 characters of variable names are used in the output.
Shorten variable names to avoid any confusion.
*** ERROR in MODEL CONSTRAINT command
The following parameter label is ambiguous. Check that the corresponding
parameter has not been changed. Parameter label: B
*** WARNING
Data set contains cases with missing on x-variables.
These cases were not included in the analysis.
Number of cases with missing on x-variables: 155