Learn R Programming

PathSelectMP (version 1.1)

PathNames: M Plus Path description

Description

converts path statements from the initialize matrix to MPlus format

Usage

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

Value

path

string which represents path relationship for M plus .inp file

Details

helper function not to be used as standalone by regular user

References

M Plus

Examples

Run this code
# 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