When I use the Mplus to run an actor-partner interdependence model, it shows the error: "Unable to expand: P-BE". There are six variables in my data.csv.

The code in Mplus is below:

----------------------------

TITLE: actor-partner interdependence model;

DATA: file is data.csv;

VARIABLE:

names are A-BE A-LTHI A-FSCS P-BE P-LTHI P-FSCS;

usevariables are A-LTHI A-BE P-LTHI P-BE;

missing is all (999);

ANALYSIS:

estimator = ml;

bootstrap = 5000;

MODEL:

A-BE on A-LTHI(a1);

A-BE on P-LTHI(p1);

P-BE on A-LTHI(a2);

P-BE on P-LTHI(p2);

A-LTHI with P-LTHI;

A-BE with P-BE;

OUTPUT:

stand;

sampstat;

cinterval(bcbootstrap);

*** ERROR

Unable to expand: P-BE

----------------------------------

More Qing Tang's questions See All
Similar questions and discussions