Description Usage Arguments Details Value Note Author(s) References Examples
converts path statements from the initialize matrix to MPlus format
1 | PathNames(rowNum, InputInitializeMat)
|
rowNum |
the row number of the initialize matrix from which to return path name |
InputInitializeMat |
the square matrix of all variable names as rows and columns with 1s for include relationship and 0s for don't include relationship |
helper function not to be used as standalone by regular user
path |
string which represents path relationship for M plus .inp file |
No Notes
William Terry
M Plus
1 2 3 | InitD=Simulate()
cc=CreateInitializeMatrix(InitD,WhichCat=c(1,1,1,1,0))
PathNames(2,cc)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.