Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Pooling MI results from PLSSEM

    I am using the plssem to run a partial least squares sem with the group option. I am using imputed data (m=5). Because plssem is a user-written program, I must use the code
    Code:
    mi estimate, cmdok: plssem...
    to get the analysis to run and pool the mi results. However, this code does not does not give the strucutral effects by group in tabular form, only via plot and not at all unless I include the "unequal plot" option. I do get the group results in tabular form if I run each mi data set separately via the code
    Code:
     mi xeq: plssem...
    I am fine with the latter, but I am struggling to figure out the coding that would help me pool the mi xeq results. Can anyone help with this coding?

    Another option is to use the
    Code:
    plssem....missing(knn) k(#)
    option for missing data within the plssem, which does produce the group strucutral effects that I am interested in with no problem. However, I am not aware of how I can check the descriptives with this method.

    Any advice on either option would be greatly appreciated.
Working...
X