powered by
converts path statements from the initialize matrix to MPlus format
PathNames(rowNum, InputInitializeMat)
the row number of the initialize matrix from which to return path name
the square matrix of all variable names as rows and columns with 1s for include relationship and 0s for don't include relationship
string which represents path relationship for M plus .inp file
helper function not to be used as standalone by regular user
M Plus
# NOT RUN { InitD=Simulate() cc=CreateInitializeMatrix(InitD,WhichCat=c(1,1,1,1,0)) PathNames(2,cc) # }
Run the code above in your browser using DataLab