PathNames: M Plus Path description

Description Usage Arguments Details Value Note Author(s) References Examples

View source: R/PathNames.R

Description

converts path statements from the initialize matrix to MPlus format

Usage

1
PathNames(rowNum, InputInitializeMat)

Arguments

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

Details

helper function not to be used as standalone by regular user

Value

path

string which represents path relationship for M plus .inp file

Note

No Notes

Author(s)

William Terry

References

M Plus

Examples

1
2
3
InitD=Simulate()
cc=CreateInitializeMatrix(InitD,WhichCat=c(1,1,1,1,0))
PathNames(2,cc)

PathSelectMP documentation built on May 2, 2019, 3:15 a.m.